14 Dec
2014
14 Dec
'14
9:16 p.m.
On Sat, 2014-12-13 at 19:48 +0100, Hugues wrote:
Hello I 've tested , I've got 2 errors
Checking if your kit is complete... Warning: the following files are missing in your kit: dbic sql/sample.sql sql/schema.sql
Thanks for the info - I'll update the MAINFEST file once things have stabilised a bit.
t/001_base.t ......... 1/1 # Failed test 'use GADS;' # at t/001_base.t line 5. # Tried to use 'GADS'. # Error: Type of arg 1 to keys must be hash (not hash element) at home/gad/GADS/blib/lib/GADS/Util.pm line 57, near "})
Using keys with a hash ref requires Perl 5.14. However, having just checked the manual, the feature is apparently experimental, so I've changed that to dereference it first. Thanks, Andy