source:
vendor/perl/5.8.8/lib/less.pm@
3221
| Last change on this file since 3221 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 373 bytes | |
| Rev | Line | |
|---|---|---|
| [3181] | 1 | package less; |
| 2 | ||
| 3 | our $VERSION = '0.01'; | |
| 4 | ||
| 5 | =head1 NAME | |
| 6 | ||
| 7 | less - perl pragma to request less of something from the compiler | |
| 8 | ||
| 9 | =head1 SYNOPSIS | |
| 10 | ||
| 11 | use less; # unimplemented | |
| 12 | ||
| 13 | =head1 DESCRIPTION | |
| 14 | ||
| 15 | Currently unimplemented, this may someday be a compiler directive | |
| 16 | to 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 | ||
| 25 | 1; |
Note:
See TracBrowser
for help on using the repository browser.
