Module-Release-CSJEWELL

 view release on metacpan or  search on metacpan

script/release-csjewell.pl  view on Meta::CPAN

`perldoc $0`, for more information.

USE

	exit;
	}

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# get the release object
my %params;
$params{local}  = shift @ARGV if @ARGV;

if( @ARGV )
	{
    $params{remote} = shift @ARGV;
	}
elsif( $params{local} )
	{
    $params{remote} = $params{local};
	}



( run in 0.572 second using v1.01-cache-2.11-cpan-49f99fa48dc )