GID

 view release on metacpan or  search on metacpan

lib/GID.pm  view on Meta::CPAN

	'DateTime::Duration' => undef,
	'URI' => undef,
	'File::chdir' => undef,
	'Cwd' => [qw(
		cwd
		getcwd
		chdir
	)],
	'Class::Method::Modifiers' => undef,
	'Carp' => [qw(
		confess
		croak
		carp
	)],
	'File::ShareDir' => [qw(
		dist_dir
		module_dir
		class_dir
	)],
	'File::Copy::Recursive' => [qw(
		dircopy
	)],
	'List::MoreUtils' => [qw(
		any
		all
		none
		notall
		firstidx
		first_index
		lastidx
		last_index
		insert_after
		insert_after_string
		apply
		indexes
		after_incl
		before_incl
		firstval
		first_value
		lastval
		last_value
		each_array
		each_arrayref
		pairwise
		natatime
		mesh
		zip
		uniq
		distinct
		minmax
		part
	)],
	'Scalar::Util' => [qw(
		blessed
		dualvar
		isweak
		readonly
		refaddr
		reftype
		tainted
		weaken
		isvstring
		looks_like_number
		set_prototype
	)],
	'Class::Load' => [qw(
		load_class
		load_optional_class
		try_load_class
		is_class_loaded
		load_first_existing_class
	)],
	'URL::Encode' => [qw(
		url_encode
		url_encode_utf8
		url_decode
		url_decode_utf8
		url_params_each
		url_params_flat
		url_params_mixed
		url_params_multi
	)],
	'File::Copy' => [qw(
		+copy
		+move
		cp
		mv
	)],
	'LWP::Simple' => [qw(
		+get
		+head
		+getprint
		+getstore
		+mirror
		+is_success
		+is_error
	)],
	# 'Unknown::Values' => [qw(
	# 	+unknown
	# 	+is_unknown
	# )],
	'DDP' => [qw(
		+p
	)],
	'IO::All' => [qw(
		+io
	),[qw(
		-utf8
	)]],

	#
	# GID own core modules
	#

	'GID::IO' => [@GID::IO::EXPORT],
);

my @packages_order;
my %packages_parsed;

my %import_args;



( run in 2.525 seconds using v1.01-cache-2.11-cpan-0d23b851a93 )