projects
/
dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d76ec7
)
Replaced "use parent" with "use base" in a test file to pass CPAN tests.
Roman F [Sun, 12 Jun 2011 13:40:33 +0000 (09:40 -0400)]
t/lib/MyApp1/Schema/ResultSet/CD.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/MyApp1/Schema/ResultSet/CD.pm
b/t/lib/MyApp1/Schema/ResultSet/CD.pm
index
ad776db
..
f0e1101
100644
(file)
--- a/
t/lib/MyApp1/Schema/ResultSet/CD.pm
+++ b/
t/lib/MyApp1/Schema/ResultSet/CD.pm
@@
-3,6
+3,6
@@
package MyApp1::Schema::ResultSet::CD;
use strict;
use warnings;
-use parent 'DBIx::Class::ResultSet';
+use base 'DBIx::Class::ResultSet';
1; # eof
\ No newline at end of file