]> git.ipfire.org Git - thirdparty/autoconf.git/commit
getopt: new Autom4te::Getopt module
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Jan 2012 17:49:15 +0000 (18:49 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Jan 2012 20:24:04 +0000 (21:24 +0100)
commitf4be358c2b97736cda5a0d543fa3d34d3cde40bd
tree8a438efe695b6462c504f7685e2d9c6acade5bf5
parent7137156eec4187c7389b29eb5133c93e87bfd0e7
getopt: new Autom4te::Getopt module

* lib/Autom4te/General.pm (getopt): Move the guts of its
implementation ...
* lib/Autom4te/Getopt.pm (parse_options): .. into this function
in the new Autom4te::Getopt module.  This will make it simpler
for the implementation to be shared with other projects (right
now, Automake).
* lib/Automake/Makefile.am (dist_perllib_DATA): Add the new
module.
lib/Autom4te/General.pm
lib/Autom4te/Getopt.pm [new file with mode: 0644]
lib/Autom4te/Makefile.am