Searched refs:mark_as_unloaded (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];
26 $bool = mark_as_unloaded('Foo'); # Foo.pm no longer marked as loaded
66 =head2 $bool = mark_as_unloaded( PACKAGE );
71 If the module is already unloaded, C<mark_as_unloaded> will carp about
76 sub mark_as_unloaded (*) { subroutine

Completed in 114 milliseconds