Acme-Postmodern-Perl
view release on metacpan or search on metacpan
lib/Acme/Postmodern/Perl.pm view on Meta::CPAN
-1;
__END__
=head1 AUTHOR
Frank Wiegand, C<< <fwie at cpan.org> >>
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-postmodern-perl at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Postmodern-Perl>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::Postmodern::Perl
You can also look for information at:
t/00-load.t view on Meta::CPAN
#!perl -T
use Test::More tests => 1;
BEGIN {
SKIP: {
skip 'postmodern perl required', 1 if $] < 7;
use_ok( 'Acme::Postmodern::Perl' );
diag( "Testing Acme::Postmodern::Perl $Acme::Postmodern::Perl::VERSION, Perl $], $^X" );
}
}
( run in 0.975 second using v1.01-cache-2.11-cpan-ceb78f64989 )