summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-22 21:43:49 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-22 21:43:49 +0000
commit0036c5591b12e783fd07288d1a6dca093ad0e56a (patch)
tree1ba9893118ee8fa5c4fb8a48edfd2b54e8afea3b /perl-core/Math-BigInt/files
parentunmask net-dialup/rp-pppoe-3.6 (diff)
downloadgentoo-2-0036c5591b12e783fd07288d1a6dca093ad0e56a.tar.gz
gentoo-2-0036c5591b12e783fd07288d1a6dca093ad0e56a.tar.bz2
gentoo-2-0036c5591b12e783fd07288d1a6dca093ad0e56a.zip
Yaml patch, noticed inconsistancy after 5.8.8 upgrade and perl-cleaner run
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'perl-core/Math-BigInt/files')
-rw-r--r--perl-core/Math-BigInt/files/digest-Math-BigInt-1.77-r11
-rw-r--r--perl-core/Math-BigInt/files/yaml-node-makefile.patch10
2 files changed, 11 insertions, 0 deletions
diff --git a/perl-core/Math-BigInt/files/digest-Math-BigInt-1.77-r1 b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.77-r1
new file mode 100644
index 000000000000..130a7af93e97
--- /dev/null
+++ b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.77-r1
@@ -0,0 +1 @@
+MD5 fcdff3ada4badb1ed00ff4cfc7752de2 Math-BigInt-1.77.tar.gz 169422
diff --git a/perl-core/Math-BigInt/files/yaml-node-makefile.patch b/perl-core/Math-BigInt/files/yaml-node-makefile.patch
new file mode 100644
index 000000000000..fd279575d433
--- /dev/null
+++ b/perl-core/Math-BigInt/files/yaml-node-makefile.patch
@@ -0,0 +1,10 @@
+--- Math-BigInt-1.77/Makefile.PL 2005-03-20 07:00:49.000000000 -0500
++++ Math-BigInt-1.77.new/Makefile.PL 2006-01-22 16:37:01.000000000 -0500
+@@ -9,6 +9,7 @@ sub MY::metafile {
+ return $self->SUPER::metafile_target(@_);
+ };
+
++ use YAML::Node;
+ my $node = new YAML::Node {};
+
+ $node->{name} = $self->{DISTNAME};