AAAA-Crypt-DH

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Changes
inc/Devel/CheckLib.pm
inc/Module/Install.pm
inc/Module/Install/AutoLicense.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/CheckLib.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/GithubMeta.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/AAAA/Crypt/DH.pm
LICENSE
Makefile.PL
MANIFEST			This list of files
META.yml
README
t/00_compile.t

inc/Module/Install/Metadata.pm  view on Meta::CPAN

#line 1
package Module::Install::Metadata;

use strict 'vars';
use Module::Install::Base ();

use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
	$VERSION = '1.17';
	@ISA     = 'Module::Install::Base';
	$ISCORE  = 1;
}

inc/Module/Install/ReadmeFromPod.pm  view on Meta::CPAN

  my $out_fh = $io->io_handle;
  $parser->output_fh( *$out_fh );
  $parser->parse_file( $in_file );
  return $out_file;
}


sub _all_from {
  my $self = shift;
  return unless $self->admin->{extensions};
  my ($metadata) = grep {
    ref($_) eq 'Module::Install::Metadata';
  } @{$self->admin->{extensions}};
  return unless $metadata;
  return $metadata->{values}{all_from} || '';
}

'Readme!';

__END__

#line 316

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

( run in 0.890 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )