Searched refs:mark_as_loaded (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/
H A DLoaded.pm10 @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded];
21 $bool = mark_as_loaded('Foo'); # Foo.pm is now marked as loaded
40 =head2 $bool = mark_as_loaded( PACKAGE );
45 If the module is already loaded, C<mark_as_loaded> will carp about
50 sub mark_as_loaded (*) { subroutine
69 of C<mark_as_loaded>. C<PACKAGE> can be a bareword or string.

Completed in 122 milliseconds