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.3 by root, Sat Apr 3 15:31:16 2010 UTC vs.
Revision 1.4 by root, Thu Apr 15 23:46:22 2010 UTC

13 13
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 substr 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 exiting 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 {
54 # 54 #
55 # use utf8; 55 # use utf8;
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 substr 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 exiting 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
257 257
258=cut 258=cut
259 259
260package common::sense; 260package common::sense;
261 261
262our $VERSION = '3.1'; 262our $VERSION = '3.2';
263 263
264# overload should be included 264# overload should be included
265 265
266sub import { 266sub import {
267IMPORT 267IMPORT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines