[Opensrf-commits] r2157 - trunk/src/perl (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 30 21:28:53 EST 2011
Author: dbs
Date: 2011-01-30 21:28:51 -0500 (Sun, 30 Jan 2011)
New Revision: 2157
Modified:
trunk/src/perl/Build.PL
Log:
Correct copy/paste error in Build.PL metadata
OpenSRF uses GPL v2 or later, not the Perl license.
Modified: trunk/src/perl/Build.PL
===================================================================
--- trunk/src/perl/Build.PL 2011-01-28 16:18:28 UTC (rev 2156)
+++ trunk/src/perl/Build.PL 2011-01-31 02:28:51 UTC (rev 2157)
@@ -1,7 +1,7 @@
use Module::Build;
my $build = Module::Build->new( module_name => 'OpenSRF',
- license => 'perl',
+ license => 'gpl',
requires => { 'Cache::Memcached' => 0,
'Data::Dumper' => 0,
'DateTime' => 0,
More information about the opensrf-commits
mailing list