You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ph...@apache.org on 2011/02/07 20:17:28 UTC

svn commit: r1068058 - /perl/modperl/branches/release/2.0.5/Makefile.PL

Author: phred
Date: Mon Feb  7 19:17:28 2011
New Revision: 1068058

URL: http://svn.apache.org/viewvc?rev=1068058&view=rev
Log:
Update branch Makefile.PL for 2.0.5 release.

Modified:
    perl/modperl/branches/release/2.0.5/Makefile.PL

Modified: perl/modperl/branches/release/2.0.5/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/modperl/branches/release/2.0.5/Makefile.PL?rev=1068058&r1=1068057&r2=1068058&view=diff
==============================================================================
--- perl/modperl/branches/release/2.0.5/Makefile.PL (original)
+++ perl/modperl/branches/release/2.0.5/Makefile.PL Mon Feb  7 19:17:28 2011
@@ -828,7 +828,7 @@ Apache-Test/META.yml:
 	cd Apache-Test && make metafile
 
 tag :
-	svn copy  https://svn.apache.org/repos/asf/perl/modperl/trunk  https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)
+	svn copy  https://svn.apache.org/repos/asf/perl/modperl/branches/release/$(VERSION_SYM)  https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)
 	svn copy  https://svn.apache.org/repos/asf/perl/modperl/docs/trunk https://svn.apache.org/repos/asf/perl/modperl/docs/tags/$(VERSION_SYM)
 EOF