diff --git a/MANIFEST b/MANIFEST index 2af5f6f..a1d425c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,4 +3,5 @@ Makefile.PL MANIFEST README lib/Inline/Nouse.pm +t/00_inline.t t/01_basic.t diff --git a/Makefile.PL b/Makefile.PL index d1dbd56..064bf75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ WriteMakefile( 'VERSION_FROM' => 'lib/Inline/Nouse.pm', 'PREREQ_PM' => { 'Inline' => 0.44, - 'Inline::Interp' => 0.04, + 'Inline::Interp' => 0.06, 'Language::Nouse' => 0.03, 'Test::More' => 0, }, diff --git a/README b/README index 8517065..f47651b 100644 --- a/README +++ b/README @@ -27,4 +27,6 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2003-2009 Cal Henderson, +Copyright (C) 2003-2012 Cal Henderson, +License: Perl Artistic License 2.0 + diff --git a/t/00_inline.t b/t/00_inline.t new file mode 100644 index 0000000..93598a2 --- /dev/null +++ b/t/00_inline.t @@ -0,0 +1,6 @@ +use Inline Config => REWRITE_CONFIG_FILE => 1; +use strict; +use Test::Simple tests => 1; + +ok(1, 'clearing inline config'); +