Bundle-BDFOY

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

	}

sub get_version {
	require "./lib/Bundle/BDFOY.pm";
	$Bundle::BDFOY::VERSION;
	}

sub get_modules {
	my $file = 'module_list';
	local $/ = "\n";
	chomp( my @list = do { local(@ARGV)=$file; <> } );
	return \@list;
	}

sub get_modules_pod_list {
	join "\n\n",
	map { "=item * $_" }
	@{ get_modules() }
	}

no warnings;



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