freebsd-ports/mail/p5-Email-LocalDelivery/files/5.005-LocalDelivery.pm
Lars Thegler c36c2609ce - Update to 0.08
- Fix for perl 5.005_03

Approved by:	erwin (mentor)
2004-06-01 20:22:15 +00:00

16 lines
375 B
Perl

--- LocalDelivery.pm.orig Tue Jun 1 20:04:19 2004
+++ LocalDelivery.pm Tue Jun 1 20:05:12 2004
@@ -1,12 +1,10 @@
package Email::LocalDelivery;
-require 5.005_62;
use strict;
-use warnings;
use File::Path::Expand qw(expand_filename);
use Email::FolderType qw(folder_type);
use Carp;
-our $VERSION = '0.08';
+use vars qw($VERSION); $VERSION = '0.08';
=head1 NAME