X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fless.pm;h=b3afef0fcdc530b886bab7d4ffdc116bb23d63b3;hb=cb63fe9d2e5798dd9efb493d9c26775aea114f76;hp=a95484ff76687dc70692364ad44ea7d5f1b013fe;hpb=a0d0e21ea6ea90a22318550944fe6cb09ae10cda;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/less.pm b/lib/less.pm index a95484f..b3afef0 100644 --- a/lib/less.pm +++ b/lib/less.pm @@ -1,2 +1,23 @@ package less; + +=head1 NAME + +less - perl pragma to request less of something from the compiler + +=head1 SYNOPSIS + + use less; # unimplemented + +=head1 DESCRIPTION + +Currently unimplemented, this may someday be a compiler directive +to make certain trade-offs, such as perhaps + + use less 'memory'; + use less 'CPU'; + use less 'fat'; + + +=cut + 1;