[libmoosex-has-sugar-perl] 109/120: version, not array offset, dolt

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:15 UTC 2014


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

intrigeri pushed a commit to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-perl.

commit d36b1e8eb280ff6719ccdea239ee6d24826d80f0
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Tue Nov 5 01:18:02 2013 +1300

    version, not array offset, dolt
---
 lib/tools.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tools.pm b/lib/tools.pm
index da14e63..121fe78 100644
--- a/lib/tools.pm
+++ b/lib/tools.pm
@@ -83,7 +83,7 @@ sub get_sterile {
   return if $got_sterile;
   my $cwd = cwd();
   chdir '/tmp';
-  my $version = $[;
+  my $version = $];
   safe_exec(
     'git', 'clone', '--depth=10',
     '--branch=' . $version,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-has-sugar-perl.git



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