summaryrefslogtreecommitdiff
path: root/cpan/Encode/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Encode/Makefile.PL')
-rw-r--r--cpan/Encode/Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpan/Encode/Makefile.PL b/cpan/Encode/Makefile.PL
index 2db8802c71..f12f02d1ca 100644
--- a/cpan/Encode/Makefile.PL
+++ b/cpan/Encode/Makefile.PL
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.PL,v 2.8 2009/07/08 13:34:15 dankogai Exp $
+# $Id: Makefile.PL,v 2.9 2012/08/15 05:36:16 dankogai Exp dankogai $
#
use 5.007003;
use strict;
@@ -43,6 +43,7 @@ WriteMakefile(
DIST_DEFAULT => 'all tardist',
},
INC => '-I' . File::Spec->catfile( '.', 'Encode' ),
+ LICENSE => 'perl',
PMLIBDIRS => \@pmlibdirs,
INSTALLDIRS => 'perl',
);