Module-Release

 view release on metacpan or  search on metacpan

script/release  view on Meta::CPAN

`perldoc $0`, for more information.

USE

	exit 2;
	}

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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};
	}

$params{debug} = 1 if( $opts{d} );

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.484 second using v1.00-cache-2.02-grep-82fe00e-cpan-c9a218a2bbc )