Skip to content

Commit

Permalink
remove use of Cwd::abs_path from documentation (preferring Cwd::getcw…
Browse files Browse the repository at this point in the history
…d). README.pod will be rebuilt before release.
  • Loading branch information
jberger committed Dec 2, 2012
1 parent 35592d5 commit b2b4f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/File/chdir.pm
Expand Up @@ -296,7 +296,7 @@ which is much simpler than the equivalent:
sub foo {
use Cwd;
my $orig_dir = Cwd::abs_path;
my $orig_dir = Cwd::getcwd;
chdir('some/other/dir');
...do your work...
Expand Down

0 comments on commit b2b4f13

Please sign in to comment.