summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-08-18 18:11:31 -0500
committerJesse Luehrs <doy@tozt.net>2012-08-18 18:11:31 -0500
commit81934f7347d6d0ebaa8713fb2d9962764de724fc (patch)
treef73228d5812170a9354cdbf78fa9eba48bcf5007
downloadfun-81934f7347d6d0ebaa8713fb2d9962764de724fc.tar.gz
fun-81934f7347d6d0ebaa8713fb2d9962764de724fc.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--Changes4
-rw-r--r--dist.ini11
-rw-r--r--lib/Fun.pm0
4 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d56fd58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+cover_db
+META.*
+MYMETA.*
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+MANIFEST.bak
+*.sw[po]
+.DS_Store
+.build
+Fun-*
+*.bs
+*.o
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..e169494
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Fun
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..ec2b251
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = Fun
+author = Jesse Luehrs <doy at cpan dot org>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.08
+dist = Fun
+repository = github
+
+[AutoPrereqs]
diff --git a/lib/Fun.pm b/lib/Fun.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Fun.pm