Created
April 28, 2011 09:05
-
-
Save EdwardIII/946051 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[edward@eddarch StockRoom]$ DBIC_TRACE=1 perl -I lib t/model_StockDB.t | |
ok 1 - use StockRoom::Model::StockDB; | |
SELECT COUNT( * ) FROM tbl_stock me: | |
Use of uninitialized value $_[2] in string eq at /home/edward/perl5/lib/perl5/DBIx/Class/ResultSet.pm line 2097. | |
Use of uninitialized value $_[2] in string eq at /home/edward/perl5/lib/perl5/DBIx/Class/ResultSet.pm line 2097. | |
bless( { | |
current_page => 1, | |
entries_per_page => 10, | |
undef => undef | |
}, 'Data::Page' ) | |
1..1 | |
Segmentation fault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment