SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/p5-Modern-Perl/pkg/DESCR
Normal file
24
devel/p5-Modern-Perl/pkg/DESCR
Normal file
|
@ -0,0 +1,24 @@
|
|||
Modern Perl programs use several modules to enable additional features of Perl
|
||||
and of the CPAN. Instead of copying and pasting all of these use lines, instead
|
||||
write only one:
|
||||
|
||||
use Modern::Perl;
|
||||
|
||||
This enables the strict and warnings pragmas, as well as all of the features
|
||||
available in Perl 5.10. It also enables C3 method resolution order as
|
||||
documented in perldoc mro and loads IO::File and IO::Handle so that you may
|
||||
call methods on filehandles. In the future, it may include additional core
|
||||
modules and pragmas.
|
||||
|
||||
Because so much of this module's behavior uses lexically scoped pragmas, you
|
||||
may disable these pragmas within an inner scope with:
|
||||
|
||||
no Modern::Perl;
|
||||
|
||||
See http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html for more
|
||||
information, http://www.modernperlbooks.com/ for further discussion of Modern
|
||||
Perl and its implications, and http://onyxneon.com/books/modern_perl/index.html
|
||||
for a freely-downloadable Modern Perl tutorial.
|
||||
|
||||
See https://metacpan.org/pod/distribution/Modern-Perl/lib/Modern/Perl.pm for
|
||||
more details.
|
10
devel/p5-Modern-Perl/pkg/PLIST
Normal file
10
devel/p5-Modern-Perl/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
${P5SITE}/Modern/
|
||||
${P5SITE}/Modern/Perl.pm
|
||||
${P5SITE}/odern/
|
||||
${P5SITE}/odern/Perl.pm
|
||||
@man man/man3p/Modern::Perl.3p
|
||||
@man man/man3p/odern::Perl.3p
|
||||
share/doc/p5-Modern-Perl/
|
||||
share/doc/p5-Modern-Perl/Changes
|
||||
share/doc/p5-Modern-Perl/LICENSE
|
||||
share/doc/p5-Modern-Perl/README
|
Loading…
Add table
Add a link
Reference in a new issue