diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-02-19 00:03:56 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-02-19 00:03:56 +0100 |
commit | ade33ac2954f9478493dc04eb7bfa173aebcc1bc (patch) | |
tree | 7a7f24b426448bd6e14da4b3210489dd7c2f3140 /utils | |
parent | a7d069054a598a6162aff1dda3f68e9d5b9a5a5f (diff) | |
download | perl-ade33ac2954f9478493dc04eb7bfa173aebcc1bc.tar.gz |
Dual-life Devel::DProf
It's not actually on CPAN yet, but it will be in the next couple of days.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dprofpp.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dprofpp.PL b/utils/dprofpp.PL index d550660f88..192291568e 100644 --- a/utils/dprofpp.PL +++ b/utils/dprofpp.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[ ext Devel-DProf bin ] + File::Spec->updir, qw[ cpan Devel-DProf bin ] ), "dprofpp"); if (open(IN, $script)) { |