You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ge...@apache.org on 2005/03/23 19:45:05 UTC

svn commit: r158818 - perl/Apache-Test/trunk/Makefile.PL

Author: geoff
Date: Wed Mar 23 10:45:03 2005
New Revision: 158818

URL: http://svn.apache.org/viewcvs?view=rev&rev=158818
Log:
make sure the tag happens in the right repository

Modified:
    perl/Apache-Test/trunk/Makefile.PL

Modified: perl/Apache-Test/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Makefile.PL?view=diff&r1=158817&r2=158818
==============================================================================
--- perl/Apache-Test/trunk/Makefile.PL (original)
+++ perl/Apache-Test/trunk/Makefile.PL Wed Mar 23 10:45:03 2005
@@ -171,7 +171,7 @@
 
     $string .= <<'EOF';
 tag :
-	svn copy . https://svn.apache.org/repos/asf/httpd/test/tags/APACHE_TEST_$(VERSION_SYM)
+	svn copy . https://svn.apache.org/repos/asf/perl/Apache-Test/tags/APACHE_TEST_$(VERSION_SYM)
 	@echo update lib/Apache/Test.pm VERSION now
 EOF