- New upstream release 1.1903 - Fix documentation typos (CPAN RT#84981) - Add -w and -i switches to diffnew.pl (CPAN RT#69945) - Remove Algorithm::DiffOld from the index; the module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld - Add patch to generate provide for perl(Algorithm::DiffOld) - Drop %defattr, redundant since rpm 4.4 - General spec tidy-up
13 lines
339 B
Diff
13 lines
339 B
Diff
--- lib/Algorithm/DiffOld.pm
|
|
+++ lib/Algorithm/DiffOld.pm
|
|
@@ -2,8 +2,7 @@
|
|
# like versions <= 0.59 used to.
|
|
# $Revision: 1.3 $
|
|
|
|
-package # don't index
|
|
- Algorithm::DiffOld;
|
|
+package Algorithm::DiffOld;
|
|
use strict;
|
|
use vars qw($VERSION @EXPORT_OK @ISA @EXPORT);
|
|
use integer; # see below in _replaceNextLargerWith() for mod to make
|