Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
* make URI a prereq
Browse files Browse the repository at this point in the history
* cleanups to move from CVS to svn

git-svn-id: http://brian-d-foy.svn.sourceforge.net/svnroot/brian-d-foy/trunk@2360 d9f60a02-fc28-0410-9752-bc0d6c4f57a6
  • Loading branch information
briandfoy committed Nov 3, 2007
1 parent 5d5a1b6 commit 36e0ae5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Makefile.PL
@@ -1,6 +1,8 @@
# $Id$
use ExtUtils::MakeMaker;

require 5.006;

eval "use Test::Manifest 1.14";

WriteMakefile(
Expand All @@ -15,6 +17,7 @@ WriteMakefile(
'Hash::AsObject' => '0',
'Test::Manifest' => 1.14,
'LWP::Simple' => '0',
'URI' => '0',
},

'PM' => {
Expand Down
2 changes: 1 addition & 1 deletion lib/AddressStandardization.pm
Expand Up @@ -8,7 +8,7 @@ use base qw(Business::US::USPS::WebTools);
use subs qw();
use vars qw($VERSION);

$VERSION = sprintf "%d.%02d", q$Revision$ =~ m/ (\d+) \. (\d+) /xg;
$VERSION = 1.11;

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/CityStateLookup.pm
Expand Up @@ -8,7 +8,7 @@ use base qw(Business::US::USPS::WebTools);
use subs qw();
use vars qw($VERSION);

$VERSION = sprintf "%d.%02d", q$Revision$ =~ m/ (\d+) \. (\d+) /xg;
$VERSION = '1.11';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/WebTools.pm
Expand Up @@ -8,7 +8,7 @@ use Carp qw(croak);
use subs qw();
use vars qw($VERSION);

$VERSION = sprintf "%d.%02d", q$Revision$ =~ m/ (\d+) \. (\d+) /xg;
$VERSION = '1.11';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/ZipCodeLookup.pm
Expand Up @@ -8,7 +8,7 @@ use base qw(Business::US::USPS::WebTools);
use subs qw();
use vars qw($VERSION);

$VERSION = sprintf "%d.%02d", q$Revision$ =~ m/ (\d+) \. (\d+) /xg;
$VERSION = '1.11';

=head1 NAME
Expand Down

0 comments on commit 36e0ae5

Please sign in to comment.