Your message dated Tue, 02 Mar 2010 00:59:56 +0900
with message-id <[email protected]>
and subject line Fixed in 1.08
has caused the Debian Bug report #550462,
regarding libautodie-perl: does not die on errors from chmod()
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.)


-- 
550462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libautodie-perl
Version: 2.06.01-2
Severity: important

Try this:

$ cat <<EOF > test.pl
#!/usr/bin/perl
use autodie qw(:all);

chmod 0755, "/non-existent/file" or warn $!;

print "I'm alive!\n";
EOF

$ perl test.pl
No such file or directory at test.pl line 4.
I'm alive

Expected result: script should die.

Thanks,
    dam

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libautodie-perl depends on:
ii  libsub-identify-perl          0.04-1     Retrieve names of code references
ii  perl                          5.10.1-5   Larry Wall's Practical Extraction 

Versions of packages libautodie-perl recommends:
ii  libipc-system-simple-perl     1.18-1     Perl module to run commands simply

libautodie-perl suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2.09-1

This bug was fixed in 2.08:

2.08  Mon Feb  8 14:24:26 AUSEST 2010
        * BUGFIX: Addeds support for chmod.  Many thanks to
          Jonathan Yu for reporting this (RT #50423).

Regards,
Ansgar


--- End Message ---

Reply via email to