avoid cpan indexing of test::helper master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 25 Apr 2012 22:21:00 +0000 (00:21 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 25 Apr 2012 22:22:24 +0000 (00:22 +0200)
According to perlmonks, this is standard way to which DBI uses
to hide packages from CPAN

http://www.perlmonks.org/?node_id=463693

test/helper.pm

index ca75dc3..f0ef55c 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-package test::helper;
+package # avoid cpan indexing
+       test::helper;
 use strict;
 use Exporter;
 use Config;