diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-17 21:10:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-17 21:10:06 +0000 |
commit | 702815ca71820e02fb479da23518a6420e31af8b (patch) | |
tree | 6421e196c38542c8cbd034eaa7a486b0ed8d0f04 /pod | |
parent | 15bb75ac03814e0ff7197c6bddcd5eab334d5864 (diff) | |
download | perl-702815ca71820e02fb479da23518a6420e31af8b.tar.gz |
Some docs for the assertions.
p4raw-id: //depot/perl@19808
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perllexwarn.pod | 2 | ||||
-rw-r--r-- | pod/perlrun.pod | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 8ee7fc3248..9b614271bb 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -207,6 +207,8 @@ The current hierarchy is: all -+ | + +- assertions + | +- closure | +- deprecated diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 85d3bdf7b4..c33c478305 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -14,7 +14,8 @@ B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-x>[I<dir>] ]> S<[ B<-i>[I<extension>] ]> S<[ B<-e> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> - S<[ B<-C [I<number/list>] >]> ]> + S<[ B<-A [I<assertions>] >]> + S<[ B<-C [I<number/list>] >]> =head1 DESCRIPTION @@ -253,6 +254,12 @@ format: C<-0xHHH...>, where the C<H> are valid hexadecimal digits. (This means that you cannot use the C<-x> with a directory name that consists of hexadecimal digits.) +=item B<-A [I<assertions>]> + +Activates the assertions given after the switch as a comma-separated +list of assertion names. If no assertion name is given, activates all +assertions. See L<assertions>. + =item B<-a> turns on autosplit mode when used with a B<-n> or B<-p>. An implicit |