Ports Search

Results 1,8611,870 of 5,623 for /devel/.(0.003 seconds)
devel/Carp-Clan-Share-0.013 (Score: 0.032514982)
Share your Carp::Clan settings with your whole Clan
This is a very lightweight helper module (actually just an import method) that will automagically create a __PACKAGE__::Carp module for you.
devel/Carp-Clan-6.06 (Score: 0.032514982)
Report errors from perspective of caller of a "clan" of modules
This module is based on Carp.pm from Perl 5.005_03. It has been modified to skip all package names matching the pattern given in the "use" statement inside the "qw()" term (or argument list).
devel/Carp-Datum-0.1.3 (Score: 0.032514982)
Debugging And Tracing Ultimate Module
Debugging And Tracing Ultimate Module.
devel/Carp-REPL-0.17 (Score: 0.032514982)
Read-Eval-Print-Loop on die and/or warn
Read-Eval-Print-Loop on die and/or warn
devel/Carp-1.38 (Score: 0.032514982)
Alternative warn and die for modules
The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess.
devel/Cdk-5.20120324 (Score: 0.032514982)
Perl5 module for Curses Development Kit
Perl interface to Curses Development Kit.
devel/Check-ISA-0.04 (Score: 0.032514982)
DWIM, correct checking of an object's class
This module provides several functions to assist in testing whether a value is an object, and if so asking about its class.
devel/Chooser-2.0.0 (Score: 0.032514982)
Takes a string composed of various tests, arguments, etc and returns a value
A system for choosing a value for something. Takes a string composed of various tests, arguements, and etc and returns a value based on it.
devel/Class-Accessor-Chained-0.01 (Score: 0.032514982)
Make chained accessors
A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments.
devel/Class-Accessor-Children-0.02 (Score: 0.032514982)
Automated child-class/accessor generation
This module automagically generates child classes which have accessor/mutator methods.