Package: libbio-mage-utils-perl / 20030502.0-4

move-MAGE-root.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Move from Bio::MAGE::Utils to Bio::MAGE.
 This patch is necessary for the installation process to complete
 and for third-party applications to function.
Author: Charles Plessy <plessy@debian.org>
Forwarded: mged-mage-perl@lists.sourceforge.net
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@ 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',
+    'NAME'              => 'Bio::MAGE',
     'VERSION'           => '20030502.0',
     'PREREQ_PM'         => {Tie::IxHash=>1.21},
     ($] >= 5.005 ?