my %topics=(
git => [qw(linus git linux rebase rebased merge merged cherry-pick
branch branched branches git-*)],
- ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule naked dapper
+ ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper
feisty fiesty gutsy hoary edgy universe launchpad gnome desktop
- sabdfl)],
+ naked sabdfl)],
+ debian => [qw(Debian rules rule ian murdock upstream release
+ stable unstable testing apt apt-get deb)],
);
if (! @ARGV) {
@ARGV=@{$topics{git}};
}
-elsif (@ARGV == 1 && exists $topics{$ARGV[0]}) {
- @ARGV=@{$topics{$ARGV[0]}};
+elsif (@ARGV == 1 && exists $topics{lc $ARGV[0]}) {
+ @ARGV=@{$topics{lc $ARGV[0]}};
}
my $total_awesomeness_dude=join("|",