diff --git a/pkg/mkchangelog.pl b/pkg/mkchangelog.pl index 2597cfc6..d79b6290 100755 --- a/pkg/mkchangelog.pl +++ b/pkg/mkchangelog.pl @@ -65,8 +65,8 @@ my $action = 'app'; # what to do, can be app or stub my $fmt = '80col'; # format can be 80col, debian, or redhat my $rc = 0; my $MAXCOL = 75; -my %MONTHS = ("jan",1,"feb",2,"mar",3,"apr",4,"may",5,"jun",6, - "jul",7,"aug",8,"sep",9,"oct",10,"nov",11,"dec",12); +my %MONTHS = ('jan',1,'feb',2,'mar',3,'apr',4,'may',5,'jun',6, + 'jul',7,'aug',8,'sep',9,'oct',10,'nov',11,'dec',12,); ($user,$email) = guessuser($user,$email);