projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
More robust yacc/bison failure output handling.
[p5sagit/p5-mst-13.2.git]
/
lib
/
less.pm
1
package less;
2
3
=head1 NAME
4
5
less - perl pragma to request less of something from the compiler
6
7
=head1 SYNOPSIS
8
9
use less; # unimplemented
10
11
=head1 DESCRIPTION
12
13
Currently unimplemented, this may someday be a compiler directive
14
to 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
23
1;