diff options
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index c0a447ee77..291361655c 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -55,6 +55,10 @@ Get/set subroutine or variable attributes Set/get attributes of a subroutine (deprecated) +=item autodie + +Replace functions with ones that succeed or die with lexical scope + =item autouse Postpone load of modules until a function is used |