From: Arthur Axel 'fREW' Schmidt Date: Sat, 13 Feb 2010 21:12:48 +0000 (-0600) Subject: initial blank commit X-Git-Tag: v0.00100~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0daa11f385779172cef76c5dfbbcd0d05e7a1693;p=p5sagit%2FLog-Contextual.git initial blank commit --- 0daa11f385779172cef76c5dfbbcd0d05e7a1693 diff --git a/Changes b/Changes new file mode 100644 index 0000000..8d2513c --- /dev/null +++ b/Changes @@ -0,0 +1,2 @@ +1.000 + - diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..d38347b --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1 @@ +^(?!script/\w+\.pl|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$) diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..78664b4 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,8 @@ +use 5.006; +use inc::Module::Install 0.91; +use strict; +use warnings FATAL => 'all'; + +all_from 'lib/Log/Contextual.pm'; + +WriteAll; diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm new file mode 100644 index 0000000..2e65518 --- /dev/null +++ b/lib/Log/Contextual.pm @@ -0,0 +1,3 @@ +package Log::Contextual; + +1; diff --git a/t/log.t b/t/log.t new file mode 100644 index 0000000..e69de29