mostly dummy commit, for dist::zilla
hakim [Sat, 20 Nov 2010 11:38:05 +0000 (11:38 +0000)]
dist.ini [new file with mode: 0644]
lib/Oyster.pm [new file with mode: 0644]

diff --git a/dist.ini b/dist.ini
new file mode 100644 (file)
index 0000000..b032c02
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,12 @@
+name     = Oyster
+abstract = An incubator for Perls in the Cloud
+author   = osfameron <osfameron@cpan.org>
+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 (file)
index 0000000..cd42822
--- /dev/null
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+package Oyster;
+
+1;