aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-LocalDelivery/files/patch-LocalDelivery.pm
blob: 1414e0e186db1597a5c123517f0fc0d958a21088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- LocalDelivery.pm.orig       Mon Sep  1 20:36:31 2003
+++ LocalDelivery.pm    Mon Sep  1 20:30:45 2003
@@ -1,11 +1,10 @@
 package Email::LocalDelivery;

-require 5.005_62;
 use strict;
-use warnings;
 use Email::FolderType qw(folder_type);
 use Carp;
-our $VERSION = '0.05';
+use vars qw($VERSION);
+$VERSION = '0.05';

 =head1 NAME