Skip to content

Commit

Permalink
hide 'package Log::Any::Adapter' from PAUSE/Module::Metadata - perl-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Apr 10, 2013
1 parent 159a8f3 commit 4579a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Log/Any/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use warnings;

# 'use Log::Any::Test' just defines a test version of Log::Any::Adapter.
#
package Log::Any::Adapter;
package # hide from PAUSE
Log::Any::Adapter;
use Log::Any::Adapter::Test;
use strict;
use warnings;
Expand Down

0 comments on commit 4579a40

Please sign in to comment.