Geo-Postcodes
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Geo/Postcodes/Update.pm view on Meta::CPAN
use strict;
use warnings;
use LWP::Simple ();
our $VERSION = '0.311';
#################################################################################
sub update
{
my $module_name = shift;
my $file_name = shift;
my $full_url = shift; # Can be 'undef'
my $procedure = shift;
my $update = shift; # Do not update the module, but show the resulting perl code.
$module_name = "$module_name.pm" unless $module_name =~ /\.pm$/;
unless (-e $module_name)
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.056 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )