[Rt-commit] r2572 - in experiments/Bamboo: . inc/.author tools
autrijus at bestpractical.com
autrijus at bestpractical.com
Sun Apr 3 10:05:18 EDT 2005
Author: autrijus
Date: Sun Apr 3 10:05:17 2005
New Revision: 2572
Removed:
experiments/Bamboo/META.yml
experiments/Bamboo/inc/.author/
experiments/Bamboo/tools/
Modified:
experiments/Bamboo/Makefile.PL
Log:
* remove obsolete build system
Modified: experiments/Bamboo/Makefile.PL
==============================================================================
--- experiments/Bamboo/Makefile.PL (original)
+++ experiments/Bamboo/Makefile.PL Sun Apr 3 10:05:17 2005
@@ -1,37 +1,9 @@
- use inc::Module::Install;
+use inc::Module::Install;
- name ('Bamboo');
- abstract ('An MVC framework');
- author ('Jesse Vincent <jesse at bestpractical.com>');
- version_from ('lib/Bamboo.pm');
- license ('perl');
-
- requires ('perl' => 5.005);
- build_requires ('Test::More');
- build_requires ('Test::Inline');
-
-# auto_bundle(); # optional: bundle run-time dependencies
-# auto_include(); # optional: include build-time dependencies
-# auto_install(); # optional: auto-install all dependencies from
-
-
- {
- package MY;
- sub top_targets {
- my($self) = @_;
- my $out = "POD2TEST_EXE = pod2test\n";
-
- $out .= $self->SUPER::top_targets(@_);
- $out =~ s/^(pure_all\b.*)/$1 testifypods/m;
-
- $out .= "\n\ntestifypods : \n";
- $out .= "\ttools/testifypods\n";
-
- return $out;
- }
- }
-
-
-
- &WriteAll;
+name ('Bamboo');
+abstract ('A Web Object Environment');
+author ('Jesse Vincent <jesse at bestpractical.com>');
+version_from ('lib/Bamboo.pm');
+license ('perl');
+requires ('perl' => 5.005);
More information about the Rt-commit
mailing list