PATH=/usr/bin:/bin:/home/fly1800/var/megalib/bin Start 2014-07-06T08:01:03 ActivePerl-1800 CPAN-2.00 Reading '/home/fly1800/var/cpan/Metadata' Database was generated on Sun, 06 Jul 2014 13:29:02 GMT Running make for B/BR/BRAINBUZ/Form-Diva-0.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/Form-Diva-0.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/CHECKSUMS Checksum for /home/fly1800/var/cpan/sources/authors/id/B/BR/BRAINBUZ/Form-Diva-0.03.tar.gz ok Form-Diva-0.03 Form-Diva-0.03/README Form-Diva-0.03/LICENSE Form-Diva-0.03/dist.ini Form-Diva-0.03/META.yml Form-Diva-0.03/MANIFEST Form-Diva-0.03/t Form-Diva-0.03/t/00-load.t Form-Diva-0.03/Makefile.PL Form-Diva-0.03/t/103_label.t Form-Diva-0.03/t/104_input.t Form-Diva-0.03/t/201_generate.t Form-Diva-0.03/lib/Form Form-Diva-0.03/lib/Form/Diva.pm Form-Diva-0.03/t/102_fieldbits.t Form-Diva-0.03/t/author-critic.t Form-Diva-0.03/t/105_checkboxes.t Form-Diva-0.03/t/101_initialization.t /bin/tar: Read 3584 bytes from - Form-Diva-0.03/t/release-pod-syntax.t Form-Diva-0.03/t/release-pod-coverage.t CPAN.pm: Building B/BR/BRAINBUZ/Form-Diva-0.03.tar.gz >>> /home/fly1800/ap1800-297235/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Form::Diva Writing MYMETA.yml and MYMETA.json >>> make cp lib/Form/Diva.pm blib/lib/Form/Diva.pm Manifying blib/man3/Form::Diva.3 BRAINBUZ/Form-Diva-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1800/ap1800-297235/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Form::Diva 0.03, Perl 5.018000, /home/fly1800/ap1800-297235/bin/perl-static t/00-load.t ............... ok 1 - use Form::Diva; 1..1 ok t/101_initialization.t .... ok 1 - use Form::Diva; ok 2 - Dies: Not providing a Field Name is Fatal ok 3 - Dies: Not providing label_class is fatal ok 4 - Dies: Not providing input_class is fatal ok 5 - record 0 label is Full Name ok 6 - record 0 p is undef ok 7 - value from p got moved to placeholder ok 8 - placeholder set for the email field too ok 9 - last record in test is named our_id ok 10 - last record extra field is: disabled ok 11 - Second form has a name: something ok 12 - Second form: field type defaulted to text 1..12 ok t/102_fieldbits.t ......... ok 1 - use Form::Diva; ok 2 - Name No Data : input_class : class="form-control" ok 3 - Name No Data : placeholder : placeholder="Your Name" ok 4 - Name No Data : rawvalue : ZERO or NULL VALUE ok 5 - Name No Data : value : value="" ok 6 - Name No Data : textarea : ZERO or NULL VALUE ok 7 - name_data1 : input_class : class="form-control" ok 8 - name_data1 : placeholder : ZERO or NULL VALUE ok 9 - name_data1 : rawvalue : Baloney ok 10 - name_data1 : value : value="Baloney" ok 11 - name_data2 : placeholder : ZERO or NULL VALUE ok 12 - name_data2 : rawvalue : Salami ok 13 - name_data2 : value : value="Salami" ok 14 - Phone No Data : type : type="tel" ok 15 - Phone No Data : extra : required ok 16 - Phone No Data : name : name="phone" ok 17 - Phone No Data : id : id="not name" ok 18 - phone_data1 : rawvalue : 232-432-2744 ok 19 - phone_data2 : rawvalue : ZERO or NULL VALUE ok 20 - phone_data1 : value : value="232-432-2744" ok 21 - phone_data2 : value : value="" ok 22 - phone_data2 : id : id="not name" ok 23 - Email No Data : type : type="email" ok 24 - Email No Data : placeholder : placeholder="doormat" ok 25 - Email No Data : value : value="" ok 26 - email_data2 : type : type="email" ok 27 - email_data2 : placeholder : ZERO or NULL VALUE ok 28 - email_data2 : id : id="email" ok 29 - email_data2 : name : name="email" ok 30 - email_data2 : rawvalue : salami@yapc.org ok 31 - email_data2 : value : value="salami@yapc.org" ok 32 - OurId No Data : type : type="number" ok 33 - OurId No Data : extra : disabled ok 34 - OurId No Data : name : name="our_id" ok 35 - OurId No Data : rawvalue : 57 ok 36 - OurId No Data : value : value="57" ok 37 - OurId No Data : input_class : class="other-class shaded-green" ok 38 - ourid_data2 : rawvalue : 91 ok 39 - ourid_data2 : value : value="91" ok 40 - textarea : textarea : 1 ok 41 - textarea : placeholder : placeholder="Type some stuff here" ok 42 - textarea data2 : rawvalue : I typed things in here! 1..42 ok t/103_label.t ............. ok 1 - use Form::Diva; ok 2 - ok 3 - ok 4 - ok 5 - ok 6 - 1..6 ok t/104_input.t ............. ok 1 - use Form::Diva; # Input Element for name_no_data_tr # ok 2 - begins with: ok 4 - Empty Value: value="" ok 5 - has fieldname: name="fullname" ok 6 - PlaceHolder is set: placeholder="Your Name" ok 7 - Bug Test: this should not be: placeholder="placeholder # Input Element for name_data1_tr: ok 8 - Input with data has no placeholder ok 9 - Value set: value="Baloney" # Input Element for Our_ID no Data ok 10 - input type is number ok 11 - Value defaulted: value="57" ok 12 - Extra specified disabled # Input Element for Our_ID Data2 ok 13 - Value is not default but actual value: value="91" # Input Element for textarea ok 14 - tag is TEXTAREA # Input Element for textarea with data2 ok 15 - TextArea has value and closing tag # Test a field where we only provided a name. ok 16 - Input has field name ok 17 - Input is a text field 1..17 ok t/105_checkboxes.t ........ ok 1 - use Form::Diva; ok 2 - check _expandshortcuts that r expanded to radio ok 3 - Test _expandshortcuts for values ok 4 - generated as 3 radio buttons. ok 5 - Set Radio1 with Canadian Checked ok 6 - generated as 3 checkboxes. ok 7 - Default checked is Peruvian Music ok 8 - With Data check Argentinian Dance instead. ok 9 - The default class is being used. ok 10 - The default class has been overridden. ok 11 - Check the extra field, we set value to disabled. 1..11 ok t/201_generate.t .......... ok 1 - use Form::Diva; # a few example tests with some small data. ok 2 - Check row3 name in input tag. ok 3 - Check row3 value in input tag. ok 4 - Row 0 has default class tag. ok 5 - Row 2 has over-ridden class tag. ok 6 - Row 0 has value of spaghetti. ok 7 - Row 1 has empty value set. ok 8 - Row 2 has a value like the email address. # Testing all of the html form field types ok 9 - Label