This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fast enabling of strictures when version 5.11.0 is required
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 7 Jul 2009 09:04:13 +0000 (11:04 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 7 Jul 2009 09:07:26 +0000 (11:07 +0200)
commit5cc917d61a1b0b6683ece694d00cdb1abdf9c0d9
tree9b476455d5e217c2f5decfd2c75417546656ae50
parent53eb19dd57d98e5a28ec6e1a56a1a40ce469145f
Fast enabling of strictures when version 5.11.0 is required

We don't load strict.pm, we just manipulate the hint bits.
Plus more tests.
pod/perlfunc.pod
pp_ctl.c
t/comp/use.t