The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-Algorithm-Diff#bf7d20d6ae7b389502974efa4e440e6f70adce14
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
|