From: hakim Date: Sat, 20 Nov 2010 11:38:05 +0000 (+0000) Subject: mostly dummy commit, for dist::zilla X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bba8853df07cb2d55a8c4de1bc569457499bc73e;p=p5sagit%2FOyster.git mostly dummy commit, for dist::zilla --- bba8853df07cb2d55a8c4de1bc569457499bc73e diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..b032c02 --- /dev/null +++ b/dist.ini @@ -0,0 +1,12 @@ +name = Oyster +abstract = An incubator for Perls in the Cloud +author = osfameron +license = Perl_5 +copyright_holder = osfameron +copyright_year = 2010 + +version = 0.001 + +[@Basic] + +[AutoPrereqs] diff --git a/lib/Oyster.pm b/lib/Oyster.pm new file mode 100644 index 0000000..cd42822 --- /dev/null +++ b/lib/Oyster.pm @@ -0,0 +1,5 @@ +use strict; +use warnings; +package Oyster; + +1;