Skip to content

Commit

Permalink
Merge 1fb20b7 into 2c205b5
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed Sep 22, 2021
2 parents 2c205b5 + 1fb20b7 commit 202a87e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pod/perlrun.pod
Expand Up @@ -698,6 +698,11 @@ is that B<-MI<MODULE>=number> never does a version check,
unless C<I<MODULE>::import()> itself is set up to do a version check, which
could happen for example if I<MODULE> inherits from L<Exporter>.

However, it should be noted that since the syntax C<'-MI<MODULE foo,bar>'>
shown above will generate C<use MODULE ('foo', 'bar')>, it's possible
to do a version check using C<'-MI<MODULE VERSION foo,bar>'>, which will
generate C<use MODULE VERSION ('foo', 'bar')>.

=item B<-n>
X<-n>

Expand Down

0 comments on commit 202a87e

Please sign in to comment.