simple and stupid list creation. sets up aliases, creates the object, stores it.
[p5sagit/Promulger.git] / bin / pmg
CommitLineData
514dce63 1#!/usr/bin/perl
2
3eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
4 if 0; # not running under some shell
5
6use strict;
7use warnings;
8
9use App::Promulger;
10
11App::Promulger->run;