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 2013/03/26 06:09:40 UTC

svn commit: r1460976 - /perl/modperl/trunk/Makefile.PL

Author: phred
Date: Tue Mar 26 05:09:39 2013
New Revision: 1460976

URL: http://svn.apache.org/r1460976
Log:
Adjustment to 'make tag' target from last release.

Modified:
    perl/modperl/trunk/Makefile.PL

Modified: perl/modperl/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL?rev=1460976&r1=1460975&r2=1460976&view=diff
==============================================================================
--- perl/modperl/trunk/Makefile.PL (original)
+++ perl/modperl/trunk/Makefile.PL Tue Mar 26 05:09:39 2013
@@ -839,6 +839,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/branches/release/$(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