Not having an unimport is no longer fatal.
Abigail [Thu, 30 May 2002 09:33:51 +0000 (02:33 -0700)]
Message-ID: <20020530093351.A18225@ucan.foad.org>

p4raw-id: //depot/perl@16896

pod/perlfunc.pod

index 7982c0b..3e5e48a 100644 (file)
@@ -5912,8 +5912,6 @@ by C<use>, i.e., it calls C<unimport Module LIST> instead of C<import>.
     no strict 'refs';
     no warnings;
 
-If no C<unimport> method can be found the call fails with a fatal error.
-
 See L<perlmodlib> for a list of standard modules and pragmas.  See L<perlrun>
 for the C<-M> and C<-m> command-line options to perl that give C<use>
 functionality from the command-line.