projects
/
deb
/
packages.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some fixes for Polish translation.
[deb/packages.git]
/
cgi-bin
/
dispatcher.pl
1
#!/usr/bin/perl -T
2
# Simple Wrapper for Packages::Dispatcher;
3
4
use strict;
5
use warnings;
6
7
use lib '../lib';
8
use Packages::Dispatcher;
9
10
&Packages::Dispatcher::do_dispatch();
11
12
# vim: ts=8 sw=4