This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Module::Load::Conditional to the core
authorJos I. Boumans <kane@dwim.org>
Fri, 24 Nov 2006 18:07:54 +0000 (19:07 +0100)
committerSteve Peters <steve@fisharerojo.org>
Sat, 25 Nov 2006 17:49:26 +0000 (17:49 +0000)
commit0dc418cbde48cb38a38731db29a06b0f700688d6
treea066e36503ed779df8d3b0434c8504ca81901dc5
parent70685ca0840f6815bbaa22840c8fc8d5f39582b5
Add Module::Load::Conditional to the core
From: "Jos Boumans" <kane@dwim.org>
Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>

p4raw-id: //depot/perl@29379
MANIFEST
lib/Module/Load/Conditional.pm [new file with mode: 0644]
lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t [new file with mode: 0644]
lib/Module/Load/Conditional/t/to_load/Commented.pm [new file with mode: 0644]
lib/Module/Load/Conditional/t/to_load/LoadIt.pm [new file with mode: 0644]
lib/Module/Load/Conditional/t/to_load/LoadMe.pl [new file with mode: 0644]
lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm [new file with mode: 0644]
lib/Module/Load/Conditional/t/to_load/ToBeLoaded [new file with mode: 0644]