Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-11 | Switch to Module::Build for the Perl module | Russ Allbery | |
The wallet server now requires Perl 5.8 or later (instead of 5.006 in previous versions) and is now built with Module::Build instead of ExtUtils::MakeMaker. This should be transparent to anyone not working with the source code, since Perl 5.8 was released in 2002, but Module::Build is now required to build the wallet server. It is included in some versions of Perl, or can be installed separately from CPAN, distribution packages, or other sources. Also reorganize the test suite to use subdirectories. Change-Id: Id06120ba2bad1ebbfee3d8a48ca2f25869463165 Reviewed-on: https://gerrit.stanford.edu/1530 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu> | |||
2014-04-13 | Change my email address to eagle@eyrie.org | Russ Allbery | |
Change-Id: I4c2b5d7c807d6c27dd18a3b92eef66d21287d21e Reviewed-on: https://gerrit.stanford.edu/1481 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu> | |||
2009-06-09 | Remove Subversion Id strings | Russ Allbery | |
2008-04-24 | ExtUtils::MakeMaker uses prefix more intelligently than I thought. | Russ Allbery | |
2008-04-24 | If you want variables to be expanded, they have to be in double-quoted | Russ Allbery | |
strings. | |||
2008-04-24 | If prefix is not /usr or /usr/local, base the installation path on | Russ Allbery | |
$datadir. | |||
2007-05-02 | Add the initial build infrastructure for the wallet Perl modules and | Russ Allbery | |
the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL verifier. |