PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-07-14T08:10:53 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 14 Jul 2014 14:06:15 GMT Running make for B/BR/BRAINBUZ/Form-Diva-0.06.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/Form-Diva-0.06.tar.gz Checksum for /export/home/fly818/var/cpan/sources/authors/id/B/BR/BRAINBUZ/Form-Diva-0.06.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Form-Diva-0.06 Form-Diva-0.06/README Form-Diva-0.06/Changes Form-Diva-0.06/LICENSE Form-Diva-0.06/dist.ini Form-Diva-0.06/META.yml Form-Diva-0.06/MANIFEST Form-Diva-0.06/Makefile.PL Form-Diva-0.06/pod2htmd.tmp Form-Diva-0.06/t Form-Diva-0.06/t/150_input.t Form-Diva-0.06/t/130_label.t Form-Diva-0.06/t/300_clone.t Form-Diva-0.06/t/180_select.t Form-Diva-0.06/t/103_pieces.t Form-Diva-0.06/t/201_generate.t Form-Diva-0.06/lib/Form Form-Diva-0.06/lib/Form/Diva.pm Form-Diva-0.06/t/102_fieldbits.t Form-Diva-0.06/lib/Form/Diva.pod Form-Diva-0.06/t/author-critic.t Form-Diva-0.06/t/160_checkboxes.t Form-Diva-0.06/t/101_initialization.t Form-Diva-0.06/t/release-pod-syntax.t Form-Diva-0.06/t/release-pod-coverage.t CPAN.pm: Building B/BR/BRAINBUZ/Form-Diva-0.06.tar.gz >>> /export/home/fly818/bin/perl 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 cp lib/Form/Diva.pod blib/lib/Form/Diva.pod Manifying blib/man3/Form::Diva.3 BRAINBUZ/Form-Diva-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-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="formdiva_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="formdiva_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 No Data : type : type="hidden" ok 40 - OurId No Data : name : name="secret" ok 41 - OurId No Data : value : value="" ok 42 - OurId No Data : hidden : 1 ok 43 - ourid_data2 : rawvalue : 91 ok 44 - ourid_data2 : value : value="91" ok 45 - textarea : textarea : 1 ok 46 - textarea : placeholder : placeholder="Type some stuff here" ok 47 - textarea data2 : rawvalue : I typed things in here! 1..47 ok t/103_pieces.t ............ ok 1 - use Form::Diva; # testing _class_input ok 2 - bare ok 3 - with field that uses default class ok 4 - with field that uses over-ride class # testing that id prefers a set id and defaults to formdiva_%fieldname ok 5 - Email field's id was created for us by form diva as formdiva_email ok 6 - Phone field id is as specified # Testing _option_id ok 7 - carform pinto => id="carform_pinto" ok 8 - carform volvo => id="carform_volvo" ok 9 - truckform GMC => id="truckform_gmc" ok 10 - carform Pinto => id="carform_pinto2" ok 11 - carform Ford Pinto => id="carform_ford_pinto" ok 12 - truckform Dodge => id="truckform_dodge" ok 13 - carform pinto => id="carform_pinto3" ok 14 - All ids generated were unique: # The number of unique results is the same as the number of tests: 7 1..14 ok t/130_label.t ............. ok 1 - use Form::Diva; ok 2 - ok 3 - ok 4 - ok 5 - ok 6 - ok 7 - 1..7 ok t/150_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 ok 17 - Bug Test: textarea should never have two quotes like this: "\w"" # Test a field where we only provided a name. ok 18 - Input has field name ok 19 - Input is a text field ok 20 - class over-ride set class to ignorable ok 21 - the default class isnt in the input ok 22 - Hidden Input field # TODO working on hidden input ok 23 - Hidden Input field with data # TODO working on hidden input 1..23 ok t/160_checkboxes.t ........ ok 1 - use Form::Diva; ok 2 - input is 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. ok 12 - overridden checkbox Venus is selected ok 13 - overridden value is not present 1..13 ok t/180_select.t ............ ok 1 - use Form::Diva; ok 2 - check _expandshortcuts type is select ok 3 - select1 does not have a default, with no data nothing is selected ok 4 - select1 with uk as data English is now selected ok 5 - select1 with uk as data "usa">American has tag and not selected ok 6 - select2 has no values provided and returns with no option elements ok 7 - Check the label on the empty one ok 8 - Generate returned input of a few tests ago, with some space removed ok 9 - A select with different labels than values. ok 10 - Empty Select with Override now has one of the new vaues ok 11 - Empty Select with Override has no selected because it was given undef ok 12 - Select with Override does not contain an original option value ok 13 - Select with Override does contain one of the new values ok 14 - pear is selected in the Override select ok 15 - banana is in the new list from generate ok 16 - Canadian has been removed 1..16 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