PATH=/usr/bin:/bin:/home/fly1600/var/megalib/bin Start 2014-07-08T02:03:47 ActivePerl-1600 CPAN-2.00 Reading '/home/fly1600/var/cpan/Metadata' Database was generated on Tue, 08 Jul 2014 07:41:02 GMT Running make for B/BR/BRAINBUZ/Form-Diva-0.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/Form-Diva-0.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/CHECKSUMS Checksum for /home/fly1600/var/cpan/sources/authors/id/B/BR/BRAINBUZ/Form-Diva-0.04.tar.gz ok Form-Diva-0.04 Form-Diva-0.04/README Form-Diva-0.04/Changes Form-Diva-0.04/LICENSE Form-Diva-0.04/dist.ini Form-Diva-0.04/META.yml Form-Diva-0.04/MANIFEST Form-Diva-0.04/Makefile.PL Form-Diva-0.04/t Form-Diva-0.04/t/103_label.t Form-Diva-0.04/t/104_input.t Form-Diva-0.04/t/201_generate.t Form-Diva-0.04/lib/Form Form-Diva-0.04/lib/Form/Diva.pm Form-Diva-0.04/t/102_fieldbits.t Form-Diva-0.04/t/author-critic.t Form-Diva-0.04/t/105_checkboxes.t Form-Diva-0.04/t/101_initialization.t Form-Diva-0.04/t/release-pod-syntax.t Form-Diva-0.04/t/release-pod-coverage.t CPAN.pm: Building B/BR/BRAINBUZ/Form-Diva-0.04.tar.gz >>> /home/fly1600/ap1600/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.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1600/ap1600/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t 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 No Data : id : id="name" ok 8 - name_data1 : input_class : class="form-control" ok 9 - name_data1 : placeholder : ZERO or NULL VALUE ok 10 - name_data1 : rawvalue : Baloney ok 11 - name_data1 : value : value="Baloney" ok 12 - name_data2 : placeholder : ZERO or NULL VALUE ok 13 - name_data2 : rawvalue : Salami ok 14 - name_data2 : value : value="Salami" ok 15 - Phone No Data : type : type="tel" ok 16 - Phone No Data : extra : required ok 17 - Phone No Data : name : name="phone" ok 18 - Phone No Data : id : id="not name" ok 19 - phone_data1 : rawvalue : 232-432-2744 ok 20 - phone_data2 : rawvalue : ZERO or NULL VALUE ok 21 - phone_data1 : value : value="232-432-2744" ok 22 - phone_data2 : value : value="" ok 23 - phone_data2 : id : id="not name" ok 24 - Email No Data : type : type="email" ok 25 - Email No Data : placeholder : placeholder="doormat" ok 26 - Email No Data : value : value="" ok 27 - email_data2 : type : type="email" ok 28 - email_data2 : placeholder : ZERO or NULL VALUE ok 29 - email_data2 : id : id="email" ok 30 - email_data2 : name : name="email" ok 31 - email_data2 : rawvalue : salami@yapc.org ok 32 - email_data2 : value : value="salami@yapc.org" ok 33 - OurId No Data : type : type="number" ok 34 - OurId No Data : extra : disabled ok 35 - OurId No Data : name : name="our_id" ok 36 - OurId No Data : rawvalue : 57 ok 37 - OurId No Data : value : value="57" ok 38 - OurId No Data : input_class : class="other-class shaded-green" ok 39 - ourid_data2 : rawvalue : 91 ok 40 - ourid_data2 : value : value="91" ok 41 - textarea : textarea : 1 ok 42 - textarea : placeholder : placeholder="Type some stuff here" ok 43 - textarea data2 : rawvalue : I typed things in here! 1..43 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 ok 8 - Bug Test: should never see two quotes like this: "\w"" # Input Element for name_data1_tr: ok 9 - Input with data has no placeholder ok 10 - Value set: value="Baloney" # Input Element for Our_ID no Data ok 11 - input type is number ok 12 - Value defaulted: value="57" ok 13 - Extra specified disabled # Input Element for Our_ID Data2 ok 14 - Value is not default but actual value: value="91" # Input Element for textarea ok 15 - tag is TEXTAREA # Input Element for textarea with data2 ok 16 - TextArea has value and closing tag # Test a field where we only provided a name. ok 17 - Input has field name ok 18 - Input is a text field 1..18 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