2009-12-09: Christian Ruppert <idl0r@gentoo.org>
* src/echangelog/echangelog: Fix bug 284657, thanks to Andrew Gaffney <agaffney@gentoo.org>.
Cleanup VCS detection.
+ Cleanup.
2009-09-09: Christian Ruppert <idl0r@gentoo.org>
* src/imlate/imlate: Bump to 0.0.4.
use strict;
use POSIX qw(strftime getcwd setlocale);
-use File::Find;
use File::Basename;
use Getopt::Long;
# Global variables
my (@files, @ebuilds, @conflicts, @trivial, @unknown, @new_versions, %actions);
-my ($input, $editor, $entry, $user, $date, $text, $year, $vcs);
+my ($input, $editor, $entry, $user, $date, $text, $vcs);
my ($opt_help, $opt_strict, $opt_version);
$opt_help = 0;