From e2c73265e3c81a2b5a5dacac71185cf60676e1f3 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 17 Jul 2015 13:55:33 +0300 Subject: [PATCH] Do not set $Pod::Constants::VERSION using Pod::Constants --- lib/Pod/Constants.pm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index e3839fd..09f3afe 100644 --- a/lib/Pod/Constants.pm +++ b/lib/Pod/Constants.pm @@ -228,15 +228,6 @@ sub delete_hook { } } -BEGIN { - Pod::Constants->import - ( - SYNOPSIS => sub { - eval pop @{[ grep /^\s*\$VERSION/, split /\n/, $_ ]} - } - ) -}; - 1.4142; __END__ -- 2.39.2