[med-svn] r1749 - in trunk/packages: . libbio-mage-utils-perl libbio-mage-utils-perl/branches libbio-mage-utils-perl/branches/upstream libbio-mage-utils-perl/branches/upstream/current

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Mon Apr 14 07:04:28 UTC 2008


Author: charles-guest
Date: 2008-04-14 07:04:25 +0000 (Mon, 14 Apr 2008)
New Revision: 1749

Added:
   trunk/packages/libbio-mage-utils-perl/
   trunk/packages/libbio-mage-utils-perl/branches/
   trunk/packages/libbio-mage-utils-perl/branches/upstream/
   trunk/packages/libbio-mage-utils-perl/branches/upstream/current/
   trunk/packages/libbio-mage-utils-perl/branches/upstream/current/Makefile.PL
Log:
[svn-inject] Installing original source of libbio-mage-utils-perl

Added: trunk/packages/libbio-mage-utils-perl/branches/upstream/current/Makefile.PL
===================================================================
--- trunk/packages/libbio-mage-utils-perl/branches/upstream/current/Makefile.PL	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/branches/upstream/current/Makefile.PL	2008-04-14 07:04:25 UTC (rev 1749)
@@ -0,0 +1,12 @@
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+    'NAME'              => 'Bio::MAGE::Utils',
+    'VERSION'           => '20030502.0',
+    'PREREQ_PM'         => {Tie::IxHash=>1.21},
+    ($] >= 5.005 ?
+      (ABSTRACT         => 'Classes for MAGE-OM',
+       AUTHOR           => q[The MAGE-Perl Hackers <mged-mage-perl 'at' lists 'dot' sf 'dot net>]) : ()),
+);
+




More information about the debian-med-commit mailing list