[Pyukiwiki-cvs 0000594] CVS update: PyukiWiki-Devel/lib/Algorithm

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 1月 2日 (月) 23:29:31 JST


Index: PyukiWiki-Devel/lib/Algorithm/Diff.pm
diff -u PyukiWiki-Devel/lib/Algorithm/Diff.pm:1.340 PyukiWiki-Devel/lib/Algorithm/Diff.pm:1.341
--- PyukiWiki-Devel/lib/Algorithm/Diff.pm:1.340	Mon Jan  2 23:18:28 2012
+++ PyukiWiki-Devel/lib/Algorithm/Diff.pm	Mon Jan  2 23:29:31 2012
@@ -2,7 +2,7 @@
 # Diff.pm - This is PyukiWiki, yet another Wiki clone.
 # from YukiWiki
 #
-# $Id: Diff.pm,v 1.340 2012/01/02 14:18:28 papu Exp $
+# $Id: Diff.pm,v 1.341 2012/01/02 14:29:31 papu Exp $
 #
 # "Algorithm::Diff" version 1.1901 $$
 # Ned Konz, perl (at) bike-nomad (dot) com
@@ -32,7 +32,7 @@
 @ISA = qw(Exporter);
 @EXPORT = qw();
 @EXPORT_OK = qw(LCS diff traverse_sequences);
-$VERSION = sprintf('%d.%02d', (q$Revision: 1.340 $ =~ /\d+/g));
+$VERSION = sprintf('%d.%02d', (q$Revision: 1.341 $ =~ /\d+/g));
 
 # McIlroy-Hunt diff algorithm
 # Adapted from the Smalltalk code of Mario I. Wolczko, <mario (at) wolczko (dot) com>



Pyukiwiki-cvs メーリングリストの案内
Back to archive index