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.8 by root, Tue Jan 18 18:15:21 2011 UTC vs.
Revision 1.9 by root, Sat Mar 24 12:46:11 2012 UTC

269 269
270=cut 270=cut
271 271
272package common::sense; 272package common::sense;
273 273
274our $VERSION = '3.4'; 274our $VERSION = '3.5';
275 275
276# overload should be included 276# overload should be included
277 277
278sub import { 278sub import {
279 local $^W; # work around perl 5.16 spewing out warnings for next line
279IMPORT 280IMPORT
280 # use feature 281 # use feature
281 $^H{feature_switch} = 282 $^H{feature_switch} =
282 $^H{feature_say} = 283 $^H{feature_say} =
283 $^H{feature_state} = 1; 284 $^H{feature_state} = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines