From c06ea802072a82c19a72c4d38d9166fe379bda0b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 29 Jan 2013 14:56:38 -0800 Subject: Switch Perl build process to Module::Build WebLogin and the WebAuth Perl bindings are now built with Module::Build instead of ExtUtils::MakeMaker. This should be transparent to anyone not working with the source code, but Module::Build and ExtUtils::CBuilder are now required to build the WebLogin code. They are included in Perl 5.10 or later and can be installed separately for older versions of Perl. Change-Id: I79f137bcc7e465e367c4c0fb423378fcd7ffc24a Reviewed-on: https://gerrit.stanford.edu/726 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6e7171d1..a98a0429 100644 --- a/.gitignore +++ b/.gitignore @@ -22,14 +22,14 @@ /m4/ltsugar.m4 /m4/ltversion.m4 /m4/lt~obsolete.m4 +/perl/Build +/perl/Build.PL /perl/MANIFEST.bak +/perl/MYMETA.json /perl/MYMETA.yml -/perl/Makefile.PL -/perl/Makefile.old -/perl/WebAuth.bs -/perl/WebAuth.c +/perl/_build/ +/perl/lib/WebAuth.c /perl/blib/ -/perl/pm_to_blib /perl/t/data/test.keytab /perl/t/data/test.password /perl/t/data/test.principal -- cgit v1.2.3