source: trunk/third/perl/lib/less.pm @ 10724

Revision 10724, 349 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1package less;
2
3=head1 NAME
4
5less - perl pragma to request less of something from the compiler
6
7=head1 SYNOPSIS
8
9    use less;  # unimplemented
10
11=head1 DESCRIPTION
12
13Currently unimplemented, this may someday be a compiler directive
14to make certain trade-offs, such as perhaps
15
16    use less 'memory';
17    use less 'CPU';
18    use less 'fat';
19
20
21=cut
22
231;
Note: See TracBrowser for help on using the repository browser.