The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Package::Anon"

Package::Anon - Anonymous packages River stage zero No dependents

This module allows for anonymous packages that are independent of the main namespace and only available through an object instance, not by name. # Declare an anonymous package using new() my $stash = Package::Anon->new; # Add behavior to the package ...

AUGGY/Package-Anon-0.05 - 29 Aug 2012 16:06:50 UTC

package::compute - stop hard-coding your package names River stage zero No dependents

This module allows you to compute package names on the fly at compile time, rather than hard-coding them as barewords. It is the solution to the problem (if indeed you consider it to be a problem at all) that you cannot write this in Perl: package $b...

TOBYINK/package-compute-0.005 - 10 Sep 2014 22:27:46 UTC

Package::Prototype - Super easily to create prototype object River stage zero No dependents

Package::Prototype can create prototype object like javascript. This module can provide anonymous packages which are independent of the main namespace if not specified by classname. Also, available as an object instance....

CODEHEX/Package-Prototype-0.01 - 22 Mar 2018 12:58:01 UTC
3 results (0.055 seconds)