You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2005/07/23 15:57:18 UTC

svn commit: r224466 - /httpd/apreq/trunk/build/version_check.pl

Author: joes
Date: Sat Jul 23 06:57:15 2005
New Revision: 224466

URL: http://svn.apache.org/viewcvs?rev=224466&view=rev
Log:
Conform to YAML 1.0 spec.

Modified:
    httpd/apreq/trunk/build/version_check.pl

Modified: httpd/apreq/trunk/build/version_check.pl
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/build/version_check.pl?rev=224466&r1=224465&r2=224466&view=diff
==============================================================================
--- httpd/apreq/trunk/build/version_check.pl (original)
+++ httpd/apreq/trunk/build/version_check.pl Sat Jul 23 06:57:15 2005
@@ -149,7 +149,7 @@
 
     if ($opts{version}) {      # generate META.yml file content
         print <<EOT;
---- #YAML:1.0 (see http://module-build.sourceforge.net/META-spec.html)
+--- #YAML:1.0
 name: libapreq2
 version: $opts{version}
 license: open_source