summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-08 11:23:31 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-08 11:23:31 -0500
commit9956d5cf863085884c991edfc404a3f5c0f50c4a (patch)
treed019ce9b69bd603b57eccdd3d41926e55a729edd
downloadcarp-reply-9956d5cf863085884c991edfc404a3f5c0f50c4a.tar.gz
carp-reply-9956d5cf863085884c991edfc404a3f5c0f50c4a.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--Changes4
-rw-r--r--dist.ini11
-rw-r--r--lib/Carp/Reply.pm0
4 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7520255
--- /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
+Carp-Reply-*
+*.bs
+*.o
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..eceeda7
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Carp-Reply
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..a5a49ea
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = Carp-Reply
+author = Jesse Luehrs <doy at cpan dot org>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.08
+dist = Carp-Reply
+repository = github
+
+[AutoPrereqs]
diff --git a/lib/Carp/Reply.pm b/lib/Carp/Reply.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Carp/Reply.pm