Image-CCV
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
if ($perl =~/\s/) {
$perl = qq{"$perl"};
};
my $examples = `$perl -w examples/gen_examples_pod.pl $module`;
if ($examples) {
$examples =~ s/\r\n/\n/g;
update_file( 'lib/Image/CCV/Examples.pm', $examples );
};
};
sub update_file {
my( $filename, $new_content ) = @_;
my $content;
if( -f $filename ) {
open my $fh, '<', $filename
or die "Couldn't read '$filename': $!";
binmode $fh;
local $/;
$content = <$fh>;
};
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.567 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )