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

アーカイブの一覧に戻る

PyukiWiki CVS Commit pyuki****@lists*****
2012年 1月 28日 (土) 23:22:13 JST


Index: PyukiWiki-Devel-UTF8/lib/Algorithm/Diff.pm
diff -u PyukiWiki-Devel-UTF8/lib/Algorithm/Diff.pm:1.244 PyukiWiki-Devel-UTF8/lib/Algorithm/Diff.pm:1.245
--- PyukiWiki-Devel-UTF8/lib/Algorithm/Diff.pm:1.244	Sat Jan 28 01:39:50 2012
+++ PyukiWiki-Devel-UTF8/lib/Algorithm/Diff.pm	Sat Jan 28 23:22:13 2012
@@ -2,7 +2,7 @@
 # Diff.pm - This is PyukiWiki, yet another Wiki clone.
 # from YukiWiki
 #
-# $Id: Diff.pm,v 1.244 2012/01/27 16:39:50 papu Exp $
+# $Id: Diff.pm,v 1.245 2012/01/28 14:22:13 papu Exp $
 #
 # "Algorithm::Diff" version 1.1901 $$
 # Ned Konz, <perl (at) bike-nomad (dot) com>
@@ -12,10 +12,10 @@
 # Copyright (C) 2006-2012 PyukiWiki Developers Team
 # License: GPL v2 or (at your option) any later version
 # http://nekyo.qp.land.to/
-# http://pyukiwiki.$text{SOURCEFORGE_JP_DOMAIN}/
+# http://pyukiwiki.sfjp.jp/
 
 # Based on YukiWiki http://www.hyuki.com/yukiwiki/
-# Powerd by PukiWiki http://pyukiwiki.$text{SOURCEFORGE_JP_DOMAIN}/
+# Powerd by PukiWiki http://pyukiwiki.sfjp.jp/
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the same terms as Perl itself.
@@ -32,7 +32,7 @@
 @ISA = qw(Exporter);
 @EXPORT = qw();
 @EXPORT_OK = qw(LCS diff traverse_sequences);
-$VERSION = sprintf('%d.%02d', (q$Revision: 1.244 $ =~ /\d+/g));
+$VERSION = sprintf('%d.%02d', (q$Revision: 1.245 $ =~ /\d+/g));
 
 # McIlroy-Hunt diff algorithm
 # Adapted from the Smalltalk code of Mario I. Wolczko, <mario (at) wolczko (dot) com>



Pyukiwiki-cvs メーリングリストの案内
アーカイブの一覧に戻る