From 82ed4696321df9b3f4e16b759b1e1a083a5c5e28 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 14 Dec 2011 15:10:28 +0100 Subject: [PATCH] Bug 7164 follow-up history.txt and perlcritic compliance * in history.txt, added a tab for Stephane Delaune, for display consistency * fixed a small mistake in about.pl that was resulted in a perlcritic failure --- about.pl | 6 +++--- docs/history.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/about.pl b/about.pl index 249f245464..7189a229c1 100755 --- a/about.pl +++ b/about.pl @@ -118,14 +118,14 @@ $template->param( table => $table ); #get file location my $dir = C4::Context->config('intranetdir'); -open( FILE, "$dir" . "/docs/history.txt" ); +open( my $file, "<", "$dir" . "/docs/history.txt" ); my $i = 0; my @rows2 = (); my $row2 = []; -my @lines = ; -close(FILE); +my @lines = <$file>; +close($file); shift @lines; #remove header row diff --git a/docs/history.txt b/docs/history.txt index 82db17459d..de8c7bb8f0 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -499,7 +499,7 @@ July 7 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_ June 25 2010 Koha 3.2 Beta released http://koha-community.org/koha-3-2-beta-released/ July 13 2010 License meeting http://wiki.koha-community.org/wiki/License_Upgrade_Vote_IRC_Meeting,_13_July_2010 August 11 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_11_August_2010 -August 31 2010 Stéphane Delaune becomes the 116th committer to have a patch accepted +August 31 2010 Stéphane Delaune becomes the 116th committer to have a patch accepted September 1 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_1_September_2010 September 29 2010 Eric Olsen becomes the 117th committer to have a patch accepted October 6 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_6_October_2010 -- 2.39.5