perl/perl-5.8.6-filter-simple-update.patch
Warren Togami 1e6f372312 - patch12 from Marius Feraru (#165907) TODO: patch11, patch26 and patch27
clash and need verification
- Build without -DDEBUGGING (#156113)
- 5.8.7
- Dropped the CGI.pm update patches (patch25 and patch29).
- Don't remove the core modules: Filter::Util::Call, Filter::Simple, and
    Time::HiRes.
- Obsoletes perl-{Filter,Filter-Simple,Time-HiRes}.
2005-08-28 22:56:18 +00:00

13 lines
382 B
Diff

diff -ruN Filter-Simple-0.78/lib/Filter/Simple.pm Filter-Simple-0.79/lib/Filter/Simple.pm
--- Filter-Simple-0.78/lib/Filter/Simple.pm 2002-05-17 00:38:58.000000000 +0100
+++ Filter-Simple-0.79/lib/Filter/Simple.pm 2003-09-20 21:02:17.000000000 +0100
@@ -4,7 +4,7 @@
use vars qw{ $VERSION @EXPORT };
-$VERSION = '0.78';
+$VERSION = '0.79';
use Filter::Util::Call;
use Carp;