PITA-Image

 view release on metacpan or  search on metacpan

lib/PITA/Image/Discover.pm  view on Meta::CPAN

	### Although we might not be running in the Local driver,
	### WE can't tell the difference, so we might as well be.
	### The driver will correct it later if it's wrong.
	my $guest = PITA::XML::Guest->new(
		driver => 'Local',
		params => {},
	);

	# Run the discovery on each platform
	foreach my $discovery ( @{$self->discoveries} ) {
		require Devel::Dumpvar;
		$discovery->delegate;
		if ( $discovery->platform ) {
			$guest->add_platform( $discovery->platform );
		} else {
			my $path = $discovery->path;
			Carp::croak("Error finding platform at $path");
		}
	}

	# Looks good, save

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

( run in 1.360 second using v1.00-cache-2.02-grep-82fe00e-cpan-58dc6251afda )