projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b596c25
)
* Removed hiding of packages under t/.
Norbert Buchmuller [Sun, 21 Dec 2008 05:43:37 +0000 (06:43 +0100)]
t/lib/DBIC/SqlMakerTest.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBIC/SqlMakerTest.pm
b/t/lib/DBIC/SqlMakerTest.pm
index
6c6de66
..
eb7e727
100644
(file)
--- a/
t/lib/DBIC/SqlMakerTest.pm
+++ b/
t/lib/DBIC/SqlMakerTest.pm
@@
-15,8
+15,7
@@
our @EXPORT = qw/
{
- package # hide from PAUSE
- DBIC::SqlMakerTest::SQLATest;
+ package DBIC::SqlMakerTest::SQLATest;
# replacement for SQL::Abstract::Test if not available