use absolute method rather than messing around with rel2abs
[scpubgit/App-EzPz.git] / bin / ezpz-create-test-ezmlm-list
index 06344e1..972b3ca 100755 (executable)
@@ -10,9 +10,9 @@ die "Usage: ezpz-create-test-ezmlm-list ezmlm-bindir list-base-dir list-name"
 
 my ($ezmlm_bin_path, $list_base_path, $list_name) = @ARGV;
 
-my $ezmlm_bin = io->dir(io->dir($ezmlm_bin_path)->rel2abs);
+my $ezmlm_bin = io->dir($ezmlm_bin_path)->absolute;
 
-my $list_base = io->dir(io->dir($list_base_path)->rel2abs);
+my $list_base = io->dir($list_base_path)->absolute;
 
 run(
   $ezmlm_bin->catfile('ezmlm-make'),