NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
oose.pm? (Score:1)
Heard of it? I wrote it!
The people in the
#moosechannel were (before the days ofDevel::REPLand still some today) writing lots of one-liners to test assumptions in Moose.perl -e'package Class; use Moose; [assumption test here]'became annoying so I spent an hour one afternoon whipping up oose.pm which will automatically stick thepackage Class; use Moose;at the top of your file using a source filter (one of the few non-evil ways to use a source filter).This little source filter dropped the boilerplate d
Re: (Score:1)