source: for-distributions/trunk/bin/windows/perl/lib/less.pm@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 373 bytes
Line 
1package less;
2
3our $VERSION = '0.01';
4
5=head1 NAME
6
7less - perl pragma to request less of something from the compiler
8
9=head1 SYNOPSIS
10
11 use less; # unimplemented
12
13=head1 DESCRIPTION
14
15Currently unimplemented, this may someday be a compiler directive
16to make certain trade-offs, such as perhaps
17
18 use less 'memory';
19 use less 'CPU';
20 use less 'fat';
21
22
23=cut
24
251;
Note: See TracBrowser for help on using the repository browser.