Do not set $Pod::Constants::VERSION using Pod::Constants
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 17 Jul 2015 10:55:33 +0000 (13:55 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 17 Jul 2015 12:31:32 +0000 (15:31 +0300)
lib/Pod/Constants.pm

index e3839fdf025673c595cfb5b0445ced0bd615cc44..09f3afe329b2a275b02b1a92bbfb4ab7541aed76 100644 (file)
@@ -228,15 +228,6 @@ sub delete_hook {
        }
 }
 
-BEGIN {
-       Pod::Constants->import
-               (
-                       SYNOPSIS => sub {
-                               eval pop @{[ grep /^\s*\$VERSION/, split /\n/, $_ ]}
-                       }
-               )
-};
-
 1.4142;
 __END__
 
This page took 0.009738 seconds and 4 git commands to generate.