perl-module: Automatically update PSPP.pm version number check.
authorBen Pfaff <blp@gnu.org>
Mon, 15 Feb 2010 23:15:03 +0000 (15:15 -0800)
committerBen Pfaff <blp@gnu.org>
Mon, 15 Feb 2010 23:15:03 +0000 (15:15 -0800)
commit3bb1629e0b8ef14c9e3c9459239335b81f7f8204
treede0292f2b217f629730d4908fe10a4444041d08a
parent200dd4d96febeef4ed0720dfca7fa988676c6afe
perl-module: Automatically update PSPP.pm version number check.

Until now the $PSPP::VERSION variable was hard-coded in the source tree
and had to be manually updated whenever configure.ac was updated to
specify a new version number.  This is easy to forget.  So this commit
makes perl-module/lib/PSPP.pm a generated file, with the value of
$PSPP::VERSION automatically expanded from the @VERSION_FOR_PERL@
variable already set up by "configure".
configure.ac
perl-module/lib/PSPP.pm [deleted file]
perl-module/lib/PSPP.pm.in [new file with mode: 0644]