p5-App-cpanminus | Perl5 script to get, unpack, build and install modules from CPAN | |
p5-App-cpanoutdated | Detect outdated CPAN modules in your environment | |
p5-App-FatPacker | Perl5 module to pack your dependencies onto your script file | |
p5-App-perlbrew | Manage perl installations in your /home/pkgsrc | |
p5-App-Prove-Plugin-ProgressBar | Progress bar for Perl prove(1) | |
p5-App-Prove-Plugin-ProgressBar-Each | Per-test-script progress bar for Perl prove(1) | |
p5-AppConfig | Perl5 module for parsing config files and command line arguments | |
p5-AppConfig-Std | AppConfig::Std Perl module | |
p5-Array-Compare | Perl extension for comparing arrays | |
p5-Array-Diff | Perl 5 module to diff two arrays | |
p5-Array-RefElem | Set up array elements as aliases | |
p5-asa | Perl 5 module to overload isa functions | |
p5-Async-Interrupt | Allow C/XS libraries to interrupt perl asynchronously | |
p5-AtExit | Provides an ANSI C style atexit() function to Perl programs | |
p5-Attribute-Lexical | Sane scoping of function/variable attributes | |
p5-autobox | Perl 5 module to add methods on native types | |
p5-autobox-Core | Perl 5 module adding core built-in functions in primitive types | |
p5-Autodia | Create documentation through templates | |
p5-autodie | Replace functions with ones that succeed or die with lexical scope | |
p5-AutoLoader | Perl automatic module loader | |
p5-autovivification | Perl5 module to lexically disable autovivification | |
p5-AutoXS-Header | Perl 5 module container for the AutoXS header files | |
p5-B-Compiling | Expose PL_compiling to perl | |
p5-B-Hooks-EndOfScope | Perl 5 module to execute code after a scope finished compilation | |
p5-B-Hooks-OP-Annotation | Perl 5 module to annotate and delegate hooked OPs | |
p5-B-Hooks-OP-Check | Perl 5 module to wrap OP check callbacks | |
p5-B-Hooks-OP-Check-EntersubForCV | Invoke callbacks on construction of entersub OPs for certain CVs | |
p5-B-Hooks-OP-Check-StashChange | Invoke callbacks when the stash code is being compiled in changes | |
p5-B-Hooks-OP-PPAddr | Hook into opcode execution | |
p5-B-Hooks-Parser | Interface to perls parser variables | |
p5-B-Keywords | Perl 5 module providing lists of reserved barewords and symbol names | |
p5-B-Utils | Perl 5 module providing op tree manipulation helper functions | |
p5-BackPAN-Index | Perl 5 module providing an interface to the BackPAN index | |
p5-bareword-filehandles | Perl 5 module which disables bareword filehandles | |
p5-Benchmark-Timer (V) | Benchmarking with statistical confidence | |
p5-Bit-Vector | Efficient base class implementing bit vectors | |
p5-boolean | Boolean support for Perl | |
p5-BSD-Resource | Perl interface to BSD process resources library | |
p5-Cache | The Cache interface | |
p5-Cache-Cache | The Cache interface | |
p5-Cache-FastMmap | Shared memory cache through an mmap'ed file | |
p5-Cache-Memcached | Perl API for distributed memory cache daemon memcached | |
p5-Cache-Simple-TimedExpiry | Perl module providing a lightweight cache with timed expiration | |
p5-CAM-PDF (V) | Perl 5 PDF manipulation library | |
p5-Canary-Stability | Canary to check Perl compatibility | |
p5-capitalization | Perl module for no capitalization on method names | |
p5-Capture-Tiny | Capture STDOUT and STDERR from Perl, XS or external programs | |
p5-Carp-Always | Perl5 module which warns and dies noisily with stack backtraces | |
p5-Carp-Assert | Executable comments like the ANSI C library assert.h | |
p5-Carp-Assert-More | Perl5 module providing convenience wrappers around Carp::Assert | |
p5-Carp-Clan | Report errors from perspective of a clan of modules | |
p5-Carp-REPL | Perl 5 read-eval-print-loop on die and/or warn | |
p5-CatalystX-Component-Traits (V) | Automatic Trait Loading and Resolution for Catalyst Components | |
p5-CatalystX-LeakChecker (V) | Debug memory leaks in Catalyst applications | |
p5-Check-ISA | DWIM, correct checking of an object's class | |
p5-CHI | Unified cache handling interface | |
p5-circular-require | Perl5 module to detect circularity in use/require statements | |
p5-CLASS | Alias for __PACKAGE__ | |
p5-Class-Accessor | Automated accessor generation | |
p5-Class-Accessor-Chained | Make chained accessors | |
p5-Class-Accessor-Grouped | Lets you build groups of accessors | |
p5-Class-Accessor-Lite | Minimalistic variant of Class::Accessor | |
p5-Class-Accessor-Named | Perl 5 module providing better profiling output for Class::Accessor | |
p5-Class-Adapter | Perl 5 module implementing the adapter design pattern | |
p5-Class-Autouse | Run-time class loading on first method call | |
p5-Class-Base | Useful base class for deriving other modules | |
p5-Class-C3 | Pragma to use the C3 method resolution order algortihm | |
p5-Class-C3-Adopt-NEXT | Perl5 module to make NEXT suck less | |
p5-Class-C3-Componentised | Load mix-ins or components to your C3-based class | |
p5-Class-C3-XS | XS speedups for Class::C3 | |
p5-Class-Container | Glues object frameworks together transparently | |
p5-Class-Data-Accessor | Inheritable and overridable class and instance data accessors | |
p5-Class-Data-Inheritable | Inheritable, overridable class data | |
p5-Class-ErrorHandler | Perl base class for error handling | |
p5-Class-Factory | Base class for dynamic factory classes | |
p5-Class-Factory-Util | Perl module to help factory classes | |
p5-Class-Field | Perl 5 class field accessor generator | |
p5-Class-Fields | Set of modules to operate with class fields and members access | |
p5-Class-Gomor | Another class and object builder | |
p5-Class-Inner | Perlish implementation of Java like inner classes | |
p5-Class-InsideOut | Perl 5 safe and simple inside-out object construction kit | |
p5-Class-Inspector | Provides information about Classes | |
p5-Class-ISA | Report the search path for a class's ISA tree | |
p5-Class-Load | Provide a working (require Class::Name) and more | |
p5-Class-Load-XS | XS implementation of parts of Class::Load | |
p5-Class-Loader | Perl5 module for module loading and on-demand object creation | |
p5-Class-MakeMethods | Getter/setter OO method maker for class elements | |
p5-Class-Method-Modifiers | Perl module providing Moose-like method modifiers | |
p5-Class-MethodMaker | Getter/setter OO method maker for class elements | |
p5-Class-Mix | Perl 5 module providing dynamic class mixing | |
p5-Class-ObjectTemplate | Perl extension for optimized template builder base class | |
p5-Class-OOorNO | Give your module classic *AND* OO interfaces | |
p5-Class-ReturnValue | Perl5 module for return-value object | |
p5-Class-Singleton | Perl module to implement Singleton classes | |
p5-Class-Std | Perl 5 module to support creation of standard inside-out classes | |
p5-Class-Throwable | Minimal lightweight exception class | |
p5-Class-Tiny | Perl extension for minimalist class construction | |
p5-Class-Trigger | Mixin to add/call inheritable triggers | |
p5-Class-Unload | Perl 5 module to unload a class | |
p5-Class-Virtual | Base class for virtual base classes |