<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,10 @@
 package CGI::Fast;
 use strict;
-$^W=1; # A way to say &quot;use warnings&quot; that's compatible with even older perls.
+
+# A way to say &quot;use warnings&quot; that's compatible with even older perls.
+# making it local will not affect the code that loads this module
+# and since we're not in a BLOCK, warnings are enabled until the EOF
+local $^W = 1;
 
 # See the bottom of this file for the POD documentation.  Search for the
 # string '=head'.</diff>
      <filename>lib/CGI/Fast.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>615c380b8da92f2ce05f425233723f428ee6d61d</id>
    </parent>
  </parents>
  <author>
    <name>burak</name>
    <email>burak@cpan.org</email>
  </author>
  <url>http://github.com/burak/CGI.pm/commit/0d1328b2f3f09ccaf5a7e384b3b5203313f54d0f</url>
  <id>0d1328b2f3f09ccaf5a7e384b3b5203313f54d0f</id>
  <committed-date>2009-10-13T16:21:53-07:00</committed-date>
  <authored-date>2009-10-13T16:21:53-07:00</authored-date>
  <message>Resolve RT#50301 by localizing $^W</message>
  <tree>8b802137e4d7c9fa7cfa48066f25d486e759f851</tree>
  <committer>
    <name>unknown</name>
    <email>burak@cpan.org</email>
  </committer>
</commit>
