[Bps-public-commit] r15844 - PerlIO-via-symlink/trunk
clkao at bestpractical.com
clkao at bestpractical.com
Mon Sep 8 07:25:22 EDT 2008
Author: clkao
Date: Mon Sep 8 07:25:22 2008
New Revision: 15844
Modified:
PerlIO-via-symlink/trunk/ (props changed)
PerlIO-via-symlink/trunk/README
PerlIO-via-symlink/trunk/symlink.pm
Log:
r271 at mtl: clkao | 2005-03-01 21:17:14 +0800
PerlIO::via::symlink 0.05
Modified: PerlIO-via-symlink/trunk/README
==============================================================================
--- PerlIO-via-symlink/trunk/README (original)
+++ PerlIO-via-symlink/trunk/README Mon Sep 8 07:25:22 2008
@@ -12,11 +12,11 @@
* Latest version
The latest PerlIO::via::symlink could be found on cpan or at:
-http://svn.elixus.org/svnweb/repos/browse/member/clkao/PerlIO-via-symlink/
+http://svn.clkao.org/svnweb/member/browse/clkao/PerlIO-via-symlink/
* Copyright
-Copyright 2004 by Chia-liang Kao clkao at clkao.org.
+Copyright 2004-2005 by Chia-liang Kao clkao at clkao.org.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Modified: PerlIO-via-symlink/trunk/symlink.pm
==============================================================================
--- PerlIO-via-symlink/trunk/symlink.pm (original)
+++ PerlIO-via-symlink/trunk/symlink.pm Mon Sep 8 07:25:22 2008
@@ -2,7 +2,7 @@
use 5.008;
use warnings;
use strict;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 NAME
@@ -86,7 +86,7 @@
=head1 COPYRIGHT
-Copyright 2004 by Chia-liang Kao E<lt>clkao at clkao.orgE<gt>.
+Copyright 2004-2005 by Chia-liang Kao E<lt>clkao at clkao.orgE<gt>.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
More information about the Bps-public-commit
mailing list