diff options
author | markm <markm@FreeBSD.org> | 1998-09-09 07:00:04 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-09 07:00:04 +0000 |
commit | 4fcbc3669aa997848e15198cc9fb856287a6788c (patch) | |
tree | 58b20e81687d6d5931f120b50802ed21225bf440 /contrib/perl5/lib/less.pm | |
download | FreeBSD-src-4fcbc3669aa997848e15198cc9fb856287a6788c.zip FreeBSD-src-4fcbc3669aa997848e15198cc9fb856287a6788c.tar.gz |
Initial import of Perl5. The king is dead; long live the king!
Diffstat (limited to 'contrib/perl5/lib/less.pm')
-rw-r--r-- | contrib/perl5/lib/less.pm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/perl5/lib/less.pm b/contrib/perl5/lib/less.pm new file mode 100644 index 0000000..b3afef0 --- /dev/null +++ b/contrib/perl5/lib/less.pm @@ -0,0 +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; |