From e590eb7516d6c3533254fb85699473e43ac9c8d8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Aug 2012 09:04:44 -0500 Subject: initial commit --- .gitignore | 17 +++++++++++++++++ Changes | 4 ++++ dist.ini | 11 +++++++++++ lib/Try.pm | 0 4 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 Changes create mode 100644 dist.ini create mode 100644 lib/Try.pm diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a259cda --- /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 +Try-* +*.bs +*.o diff --git a/Changes b/Changes new file mode 100644 index 0000000..bc01841 --- /dev/null +++ b/Changes @@ -0,0 +1,4 @@ +Revision history for Try + +{{$NEXT}} + - Initial release diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..96399b3 --- /dev/null +++ b/dist.ini @@ -0,0 +1,11 @@ +name = Try +author = Jesse Luehrs +license = MIT +copyright_holder = Jesse Luehrs + +[@DOY] +:version = 0.08 +dist = Try +repository = github + +[AutoPrereqs] diff --git a/lib/Try.pm b/lib/Try.pm new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3