Author: chromatic Date: Sat Mar 22 19:57:56 2008 New Revision: 26517 Modified: trunk/tools/util/gen_release_info.pl (contents, props changed)
Log: [tools] Updated tools/util/gen_release_info.pl per coding standards and metadata. Modified: trunk/tools/util/gen_release_info.pl ============================================================================== --- trunk/tools/util/gen_release_info.pl (original) +++ trunk/tools/util/gen_release_info.pl Sat Mar 22 19:57:56 2008 @@ -1,8 +1,10 @@ #! perl +# Copyright (C) 2008, The Perl Foundation. +# $Id$ + use strict; use warnings; - =head1 NAME tools/util/gen_release_info.pl - generate release info for graphs and charts
