[libcode-tidyall-perl] 35/374: realpath root_dir

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:25:44 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 3aba35611c4bc01dfef9c3623d7debf1002af6d6
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Sat Jun 16 22:39:57 2012 -0700

    realpath root_dir
---
 lib/Code/TidyAll.pm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Code/TidyAll.pm b/lib/Code/TidyAll.pm
index d79169e..3a2b769 100644
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@ -69,6 +69,7 @@ sub new {
     else {
         die "conf_file or plugins required"  unless $params{plugins};
         die "conf_file or root_dir required" unless $params{root_dir};
+        $params{root_dir} = realpath( $params{root_dir} );
     }
 
     $class->msg( "constructing %s with these params: %s", $class, \%params )

-- 
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