summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/lib/less.pm
blob: b3afef0fcdc530b886bab7d4ffdc116bb23d63b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;
OpenPOWER on IntegriCloud