Skip to content

Commit

Permalink
ignore Log::Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Jun 19, 2012
1 parent fc75e8a commit 86c45cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -10,8 +10,8 @@ lib-xi-*
Makefile*
!Makefile.PL
*blib
META.yml
MYMETA.yml
META.*
MYMETA.*
inc/
*.out
*.bak
Expand Down
1 change: 1 addition & 0 deletions lib/lib/xi.pm
Expand Up @@ -13,6 +13,7 @@ our $VERBOSE;
our %IGNORE = map { $_ => 1 } (
'Encode/ConfigLocal.pm',
'Devel/StackTraceFrame.pm',
'Log/Agent.pm', # used in Storable.pm
);

sub new {
Expand Down
4 changes: 2 additions & 2 deletions xt/install-to-extlib.t
Expand Up @@ -17,11 +17,11 @@ BEGIN { rmtree(INSTALL_DIR); }
END { rmtree(INSTALL_DIR); }

use install; # a dummy module
use Scalar::Alias;
use JSON::XS;

like $INC{'install.pm'}, qr/\Qinstall.pm\E \z/xms, 'collectly installed';

ok( Scalar::Alias->VERSION, 'XS module');
ok( JSON::XS->VERSION, 'XS module');

done_testing;

0 comments on commit 86c45cf

Please sign in to comment.