X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=0cb375a3e751bbf06856dce5a2b0aa08976c5df8;hb=4438c4b75b842b6c829a7da9841e97abb875b1d8;hp=f286a413d31658813e5aa9ec8b5a94cb6dc97fef;hpb=cbca01e195aef313c02c9c3d2c845e117bfcafa4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f286a41..0cb375a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -127,7 +127,7 @@ scope. See L for more information. =head2 Lexically scoped warning categories You can now control the granularity of warnings emitted by perl at a finer -level using the C pragma. See L and L +level using the C pragma. See L and L for details. =head2 Binary numbers supported @@ -546,7 +546,7 @@ C allows modules to inherit pragmatic attributes from the caller's context. C is currently the only supported attribute. -Lexical warnings pragma, C, to control optional warnings. +Lexical warnings pragma, C, to control optional warnings. C to control the behaviour of filetests (C<-r> C<-w> ...). Currently only one subpragma implemented, "use filetest 'access';",