Your message dated Wed, 1 Jun 2011 20:34:56 +0100
with message-id <[email protected]>
and subject line Re: Bug#246240: perl: Storable mishandles regexps
has caused the Debian Bug report #246240,
regarding perl: Storable mishandles regexps
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
246240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.8.3-3
Severity: normal
use Storable qw(freeze thaw);
use Data::Dumper;
%a = ( regexp => qr/U:/i);
print Dumper(\%a);
$b = freeze \%a;
print Dumper(thaw $b);'
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-1-k7
Locale: LANG=C, LC_CTYPE=C
Versions of packages perl depends on:
ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an
ii libdb4.0 4.0.14-1.3 Berkeley v4.0 Database Libraries [
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
ii perl-base 5.8.3-3 The Pathologically Eclectic Rubbis
ii perl-modules 5.8.3-3 Core Perl modules.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.12.0-1
On Wed, Apr 28, 2004 at 11:52:42AM +1200, Srdjan wrote:
> use Storable qw(freeze thaw);
> use Data::Dumper;
> %a = ( regexp => qr/U:/i);
> print Dumper(\%a);
> $b = freeze \%a;
> print Dumper(thaw $b);'
According to the upstream bug report
<http://rt.perl.org/rt3/Public/Bug/Display.html?id=38605>
this no longer happens in 5.12; Storable 2.22 now refuses to handle
these.
Closing the report accordingly.
Cheers,
Dominic
--
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
--- End Message ---