projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e0eb76
)
* Removed hiding of packages under t/.
Norbert Buchmuller [Sun, 21 Dec 2008 05:13:22 +0000 (06:13 +0100)]
t/lib/DBIC/DebugObj.pm
patch
|
blob
|
blame
|
history
t/lib/DBIC/SqlMakerTest.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBIC/DebugObj.pm
b/t/lib/DBIC/DebugObj.pm
index
8d8d9b2
..
c72bc86
100644
(file)
--- a/
t/lib/DBIC/DebugObj.pm
+++ b/
t/lib/DBIC/DebugObj.pm
@@
-1,5
+1,4
@@
-package # hide from PAUSE
- DBIC::DebugObj;
+package DBIC::DebugObj;
use strict;
use warnings;
diff --git
a/t/lib/DBIC/SqlMakerTest.pm
b/t/lib/DBIC/SqlMakerTest.pm
index
0ab8939
..
6c6de66
100644
(file)
--- a/
t/lib/DBIC/SqlMakerTest.pm
+++ b/
t/lib/DBIC/SqlMakerTest.pm
@@
-1,5
+1,4
@@
-package # hide from PAUSE
- DBIC::SqlMakerTest;
+package DBIC::SqlMakerTest;
use strict;
use warnings;