]> git.pld-linux.org Git - packages/perl.git/commitdiff
http://public.activestate.com/cgi-bin/perlbrowse/p/34025
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Aug 2008 22:37:26 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PerlIO.patch -> 1.1

perl-PerlIO.patch [new file with mode: 0644]

diff --git a/perl-PerlIO.patch b/perl-PerlIO.patch
new file mode 100644 (file)
index 0000000..0d79255
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur perl-5.10.0.org/ext/PerlIO/via/via.xs perl-5.10.0/ext/PerlIO/via/via.xs
+--- perl-5.10.0.org/ext/PerlIO/via/via.xs      2007-12-18 11:47:07.000000000 +0100
++++ perl-5.10.0/ext/PerlIO/via/via.xs  2008-08-10 00:35:51.367506014 +0200
+@@ -89,7 +89,7 @@
+           if (!s->fh) {
+               GV *gv = newGVgen(HvNAME_get(s->stash));
+               GvIOp(gv) = newIO();
+-              s->fh = newRV_noinc((SV *) gv);
++              s->fh = newRV((SV *) gv);
+               s->io = GvIOp(gv);
+           }
+           IoIFP(s->io) = PerlIONext(f);
This page took 0.066241 seconds and 4 git commands to generate.