You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rb...@apache.org on 2017/10/27 09:16:45 UTC

svn commit: r1813489 - /comdev/tools/birthday.pl

Author: rbowen
Date: Fri Oct 27 09:16:45 2017
New Revision: 1813489

URL: http://svn.apache.org/viewvc?rev=1813489&view=rev
Log:
Meetups

Modified:
    comdev/tools/birthday.pl

Modified: comdev/tools/birthday.pl
URL: http://svn.apache.org/viewvc/comdev/tools/birthday.pl?rev=1813489&r1=1813488&r2=1813489&view=diff
==============================================================================
--- comdev/tools/birthday.pl (original)
+++ comdev/tools/birthday.pl Fri Oct 27 09:16:45 2017
@@ -36,6 +36,7 @@ my $ua = LWP::UserAgent->new(timeout=>5,
 my $res = $ua->request(HTTP::Request->new(GET => $where)); 
 my $projects = parse_json( $res->content );
 
+
 foreach my $p ( @$projects ) {
 
     my $proj = $p->{id};
@@ -55,9 +56,9 @@ foreach my $p ( @$projects ) {
     print '"';
     print "Happy birthday to " .
             $p->{name} .
-            " celebrating " . $age;
+            "! " . $age;
     print ( ($age > 1) ? ' years ' : ' year ' );
-    print "this month. #ApacheBirthday";
+    print "as an ASF top level project! #ApacheBirthday";
     print '","';
     print "http://$proj.apache.org/";
     print '"' . "\n";