[libdatetime-timezone-perl] 16/23: Remove 5.14-ism in regex

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag v1.77
in repository libdatetime-timezone-perl.

commit 0bf158f1ab844ae23d73a566915c39d041125ee2
Author: Dave Rolsky <autarch at urth.org>
Date:   Tue Nov 4 16:00:15 2014 -0600

    Remove 5.14-ism in regex
---
 tools/update-from-latest-olson | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/update-from-latest-olson b/tools/update-from-latest-olson
index c5551e6..504cd71 100755
--- a/tools/update-from-latest-olson
+++ b/tools/update-from-latest-olson
@@ -24,7 +24,7 @@ sub main {
     my $olson_version;
     my $dir
         = $opts{dir}
-        ? dir( $opts{dir} =~ s{/$}{}r )
+        ? dir( $opts{dir} )
         : tempdir( CLEANUP => 0 );
 
     if ( $opts{download} ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git



More information about the Pkg-perl-cvs-commits mailing list