From: Brian Cassidy Date: Mon, 7 Apr 2008 18:21:00 +0000 (+0000) Subject: revert remove of name() in Makefile.PL X-Git-Tag: v0.12^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=869f568e75e074a04edc68ef93936f23665c3d19 revert remove of name() in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 8338d40..0cbff10 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ if ( -e 'MANIFEST.SKIP' ) { } perl_version '5.006'; +name 'Config-Any'; all_from 'lib/Config/Any.pm';