Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-LocalDelivery CPAN distribution.

Report information
The Basics
Id: 6468
Status: resolved
Priority: 0/
Queue: Email-LocalDelivery

People
Owner: CWEST [...] cpan.org
Requestors: lars [...] thegler.dk
LTHEGLER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Tue, 1 Jun 2004 20:46:38 +0200
From: Lars Thegler <lars [...] thegler.dk>
To: bug-Email-LocalDelivery [...] rt.cpan.org
Subject: [PATCH] Email::LocalDelivery: Fix for perl 5.005_03
Email::LocalDelivery uses the filehandle autovivification "open my $fh ..." construct, which was only introduced in Perl 5.6. It's a simple change to make this compatible with Perl 5.005_03. /Lars

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

From: lars [...] thegler.dk
[lars@thegler.dk - Tue Jun 1 14:46:25 2004]: Show quoted text
> Email::LocalDelivery uses the filehandle autovivification "open my > $fh ..." construct, which was only introduced in Perl 5.6. It's a > simple change to make this compatible with Perl 5.005_03.
Of course the 'require 5.005_62;', 'use warnings;' and 'our ...' must go as well. Sorry :) Shout if you want complete diffs. /Lars
This should be fixed in Subversion.
Applied and released. -- rjbs