aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-11 21:39:23 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-11 22:39:05 -0700
commit1575d5c34a2c6235bbf6a5010f8a8c142fe47079 (patch)
tree29e51ed64f28a37530ec0b21fc24b6d20de1d6ca /.gitignore
parentda0aba21779529d98436e42323fc12f702390969 (diff)
Switch to Module::Build for the Perl module
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fdba4a0..86f4a1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,16 +9,18 @@
/config.log
/config.status
/configure
+/perl/Build
/perl/MYMETA.json
/perl/MYMETA.yml
-/perl/Makefile.PL
-/perl/Makefile.old
+/perl/_build/
/perl/blib/
/perl/pm_to_blib
/perl/t/data/test.keytab
/perl/t/data/test.principal
/perl/t/data/test.realm
/perl/t/data/test.krbtype
+/perl/t/lib/Test/RRA.pm
+/perl/t/lib/Test/RRA/
/tests/client/basic-t
/tests/client/full-t
/tests/client/prompt-t