Skip to content

Commit

Permalink
switch to using Inline::Interp 0.06, which avoids test failures. adde…
Browse files Browse the repository at this point in the history
…d pre-test to clear inline cache
  • Loading branch information
iamcal committed Mar 9, 2012
1 parent bf05bf4 commit 62ac876
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -3,4 +3,5 @@ Makefile.PL
MANIFEST
README
lib/Inline/Nouse.pm
t/00_inline.t
t/01_basic.t
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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,
},
Expand Down
4 changes: 3 additions & 1 deletion README
Expand Up @@ -27,4 +27,6 @@ This module requires these other modules and libraries:

COPYRIGHT AND LICENCE

Copyright (C) 2003-2009 Cal Henderson, <cal@iamcal.com>
Copyright (C) 2003-2012 Cal Henderson, <cal@iamcal.com>
License: Perl Artistic License 2.0

6 changes: 6 additions & 0 deletions 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');

0 comments on commit 62ac876

Please sign in to comment.