Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Getopt-Attribute / pkg-descr
1 This module provides an attribute wrapper around Getopt::Long.  Instead of
2 declaring the options in a hash with references to the variables and subroutines
3 affected by the options, you can use the Getopt attribute on the variables and
4 subroutines directly.
5
6 As you can see from the Synopsis, the attribute takes an argument of the same
7 format as you would give as the hash key for Getopt::Long.  See the Getopt::Long
8 manpage for details.
9
10 WWW: http://search.cpan.org/dist/Getopt-Attribute/