From: Peter Rabbitson Date: Sun, 15 Nov 2009 12:10:15 +0000 (+0000) Subject: Hide from pause X-Git-Tag: v0.08116~141^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=c443438f238cca5549967e4448aa45aeef9d6965 Hide from pause --- diff --git a/Makefile.PL b/Makefile.PL index 65b6292..2332153 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -148,6 +148,7 @@ no_index 'DBIx::Class::SQLAHacks::MSSQL'; no_index 'DBIx::Class::Storage::DBI::AmbiguousGlob'; no_index 'DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server'; no_index 'DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars'; +no_index 'DBIx::Class::Storage::DBIHacks'; # re-build README and require extra modules for testing if we're in a checkout diff --git a/lib/DBIx/Class/Storage/DBIHacks.pm b/lib/DBIx/Class/Storage/DBIHacks.pm index c2e13da..61331fe 100644 --- a/lib/DBIx/Class/Storage/DBIHacks.pm +++ b/lib/DBIx/Class/Storage/DBIHacks.pm @@ -1,4 +1,5 @@ -package DBIx::Class::Storage::DBIHacks; +package #hide from PAUSE + DBIx::Class::Storage::DBIHacks; # # This module contains code that should never have seen the light of day,