Apache-Bootstrap
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
package MY;
sub test {
my $self = shift;
eval { require Test::More } or return <<EOF;
test::
\t\@echo sorry, cannot run tests without Test::More
EOF
return $self->SUPER::test();
}
sub MY::postamble {
my $self = shift;
my $string = $self->MM::postamble;
$string .= <<'EOF';
tag :
svn copy https://svn.apache.org/repos/asf/perl/Apache-Bootstrap/trunk https://svn.apache.org/repos/asf/perl/Apache-Bootstrap/tags/$(VERSION_SYM)
( run in 1.139 second using v1.01-cache-2.11-cpan-49f99fa48dc )