ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/sense.pm.PL
(Generate patch)

Comparing common-sense/sense.pm.PL (file contents):
Revision 1.5 by root, Mon May 3 19:49:09 2010 UTC vs.
Revision 1.6 by root, Fri Jul 2 20:43:05 2010 UTC

14use utf8; 14use utf8;
15use strict qw(subs vars); 15use strict qw(subs vars);
16 16
17no warnings; 17no warnings;
18use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype 18use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
19 inplace io pipe unpack regexp deprecated exiting glob digit printf 19 inplace io pipe unpack regexp deprecated glob digit printf
20 layer reserved taint closure semicolon); 20 layer reserved taint closure semicolon);
21no warnings qw(exec newline unopened); 21no warnings qw(exec newline unopened);
22 22
23BEGIN { 23BEGIN {
24 $H = $^H & ~$H; 24 $H = $^H & ~$H;
56 # use strict qw(vars subs); 56 # use strict qw(vars subs);
57 # use feature qw(say state switch); 57 # use feature qw(say state switch);
58 # no warnings; 58 # no warnings;
59 # use warnings qw(FATAL closed threads internal debugging pack malloc 59 # use warnings qw(FATAL closed threads internal debugging pack malloc
60 # portable prototype inplace io pipe unpack regexp 60 # portable prototype inplace io pipe unpack regexp
61 # deprecated exiting glob digit printf layer 61 # deprecated glob digit printf layer
62 # reserved taint closure semicolon); 62 # reserved taint closure semicolon);
63 # no warnings qw(exec newline unopened); 63 # no warnings qw(exec newline unopened);
64 64
65 65
66=head1 DESCRIPTION 66=head1 DESCRIPTION
263 263
264=cut 264=cut
265 265
266package common::sense; 266package common::sense;
267 267
268our $VERSION = '3.2'; 268our $VERSION = '3.3';
269 269
270# overload should be included 270# overload should be included
271 271
272sub import { 272sub import {
273IMPORT 273IMPORT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines