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/05/05 15:45:47 UTC

svn commit: r168334 - /httpd/apreq/trunk/build/announcement.pl

Author: joes
Date: Thu May  5 06:45:46 2005
New Revision: 168334

URL: http://svn.apache.org/viewcvs?rev=168334&view=rev
Log:
PACKAGE_TITLE and PACKAGE_NAME are gone.

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

Modified: httpd/apreq/trunk/build/announcement.pl
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/build/announcement.pl?rev=168334&r1=168333&r2=168334&view=diff
==============================================================================
--- httpd/apreq/trunk/build/announcement.pl (original)
+++ httpd/apreq/trunk/build/announcement.pl Thu May  5 06:45:46 2005
@@ -2,8 +2,8 @@
 use warnings;
 use strict;
 
-our($PACKAGE_NAME, $PACKAGE_TITLE, $PACKAGE_VERSION, $LIBRARY_VERSION);
-foreach (qw/PACKAGE_TITLE PACKAGE_NAME PACKAGE_VERSION LIBRARY_VERSION/) {
+our($PACKAGE_VERSION, $LIBRARY_VERSION);
+foreach (qw/PACKAGE_VERSION LIBRARY_VERSION/) {
     no strict 'refs';
     my $opt = lc;
     $opt =~ tr/_/-/;
@@ -32,7 +32,7 @@
     or die "Bad CPAN message:\n$CPAN_DATA";
 $CPAN_DATA = $1;
 
-my $TITLE = "$PACKAGE_TITLE Released";
+my $TITLE = "libapreq2-$PACKAGE_VERSION Released";
 
 my $mail_header = <<EOH;
 Subject: [ANNOUNCE] $TITLE