lots of refactoring
[p5sagit/Promulger.git] / bin / pmg
CommitLineData
514dce63 1#!/usr/bin/perl
514dce63 2use strict;
3use warnings;
4
5use App::Promulger;
6
7App::Promulger->run;