projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0814e80
)
hide internal Sybase classes from PAUSE
Rafael Kitover [Sat, 23 May 2009 19:57:08 +0000 (19:57 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/DateTime.pm
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase/DateTime.pm
b/lib/DBIx/Class/Storage/DBI/Sybase/DateTime.pm
index
310d828
..
37609ee
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Sybase/DateTime.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Sybase/DateTime.pm
@@
-1,4
+1,5
@@
-package DBIx::Class::Storage::DBI::Sybase::DateTime;
+package # hide from PAUSE
+ DBIx::Class::Storage::DBI::Sybase::DateTime;
use strict;
use warnings;
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
b/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
index
bb30d7a
..
72a7372
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
@@
-1,4
+1,5
@@
-package DBIx::Class::Storage::DBI::Sybase::NoBindVars;
+package # hide from PAUSE
+ DBIx::Class::Storage::DBI::Sybase::NoBindVars;
use base qw/
DBIx::Class::Storage::DBI::NoBindVars