[libcode-tidyall-perl] 91/374: add realpath

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:25:54 UTC 2013


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

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 6d34af15096432ee8af2cff16c08cd81ae66f151
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Mon Jul 16 15:37:37 2012 -0700

    add realpath
---
 lib/Code/TidyAll/Util.pm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Code/TidyAll/Util.pm b/lib/Code/TidyAll/Util.pm
index c0b4ffe..d0670cb 100644
--- a/lib/Code/TidyAll/Util.pm
+++ b/lib/Code/TidyAll/Util.pm
@@ -1,4 +1,5 @@
 package Code::TidyAll::Util;
+use Cwd qw(realpath);
 use Data::Dumper;
 use File::Basename;
 use File::Path;
@@ -12,7 +13,7 @@ use warnings;
 use base qw(Exporter);
 
 our @EXPORT_OK =
-  qw(abs2rel basename can_load dirname dump_one_line mkpath read_dir read_file rel2abs tempdir_simple uniq write_file );
+  qw(abs2rel basename can_load dirname dump_one_line mkpath read_dir read_file realpath rel2abs tempdir_simple uniq write_file );
 
 sub can_load {
 

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



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