diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-06-14 12:28:12 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-06-14 22:49:14 +0200 |
commit | c9dab4e97a0bc57966ab975591aa385f9d89f9e2 (patch) | |
tree | da608c32e98bf2902e4ed9f466ff8cb9fcd06c6e /djgpp | |
parent | 7ac818b24e0ec6f68348321cc96349db90c36cb9 (diff) | |
download | perl-c9dab4e97a0bc57966ab975591aa385f9d89f9e2.tar.gz |
Kill Devel::DProf
It has been deprecated in 5.14. Now is the time to remove it.
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/config.over | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/djgpp/config.over b/djgpp/config.over index 5a465895fb..bd757c7c1f 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -28,7 +28,6 @@ repair() -e 's=[tT]hread[/a-zA-Z]*==g'\ -e 's/byteload/ByteLoader/'\ -e 's=devel/peek=Devel/Peek='\ - -e 's=devel/dprof=Devel/DProf='\ -e 's=sys/sys=Sys/Sys='\ -e 's=sys/hos=Sys/Hos='\ -e 's=file/=='\ |