X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FApp-IdiotBox.git;a=blobdiff_plain;f=lib%2FApp%2FIdiotBox%2FCommon.pm;fp=lib%2FApp%2FIdiotBox%2FCommon.pm;h=34bf0017ec4dc378aad968ccf371279618bfc1db;hp=0000000000000000000000000000000000000000;hb=625f105e80e46edfcae9732c6591842a87c91e1e;hpb=bb98017328db8e28a5b48d1390fe50e935d119c2 diff --git a/lib/App/IdiotBox/Common.pm b/lib/App/IdiotBox/Common.pm new file mode 100644 index 0000000..34bf001 --- /dev/null +++ b/lib/App/IdiotBox/Common.pm @@ -0,0 +1,13 @@ +package App::IdiotBox::Common; + +use strict; +use warnings; + +require Exporter; +*import = \&Exporter::import; + +our @EXPORT_OK = qw(@SupportedFormats); + +our @SupportedFormats = qw(flv m4v); + +1;