xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/less.pm (revision 0:68f95e015346)
1*0Sstevel@tonic-gatepackage less;
2*0Sstevel@tonic-gate
3*0Sstevel@tonic-gateour $VERSION = '0.01';
4*0Sstevel@tonic-gate
5*0Sstevel@tonic-gate=head1 NAME
6*0Sstevel@tonic-gate
7*0Sstevel@tonic-gateless - perl pragma to request less of something from the compiler
8*0Sstevel@tonic-gate
9*0Sstevel@tonic-gate=head1 SYNOPSIS
10*0Sstevel@tonic-gate
11*0Sstevel@tonic-gate    use less;  # unimplemented
12*0Sstevel@tonic-gate
13*0Sstevel@tonic-gate=head1 DESCRIPTION
14*0Sstevel@tonic-gate
15*0Sstevel@tonic-gateCurrently unimplemented, this may someday be a compiler directive
16*0Sstevel@tonic-gateto make certain trade-offs, such as perhaps
17*0Sstevel@tonic-gate
18*0Sstevel@tonic-gate    use less 'memory';
19*0Sstevel@tonic-gate    use less 'CPU';
20*0Sstevel@tonic-gate    use less 'fat';
21*0Sstevel@tonic-gate
22*0Sstevel@tonic-gate
23*0Sstevel@tonic-gate=cut
24*0Sstevel@tonic-gate
25*0Sstevel@tonic-gate1;
26