Checking if your kit is complete... Looks good Writing Makefile for Class::DBI cp lib/Class/DBI/Attribute.pm blib/lib/Class/DBI/Attribute.pm cp lib/Class/DBI/Test/SQLite.pm blib/lib/Class/DBI/Test/SQLite.pm cp lib/Class/DBI/Relationship/HasMany.pm blib/lib/Class/DBI/Relationship/HasMany.pm cp lib/Class/DBI/Search/Basic.pm blib/lib/Class/DBI/Search/Basic.pm cp lib/Class/DBI/ColumnGrouper.pm blib/lib/Class/DBI/ColumnGrouper.pm cp lib/Class/DBI/Relationship.pm blib/lib/Class/DBI/Relationship.pm cp lib/Class/DBI/Column.pm blib/lib/Class/DBI/Column.pm cp lib/Class/DBI/Iterator.pm blib/lib/Class/DBI/Iterator.pm cp lib/Class/DBI/Relationship/HasA.pm blib/lib/Class/DBI/Relationship/HasA.pm cp lib/Class/DBI.pm blib/lib/Class/DBI.pm cp lib/Class/DBI/Cascade/None.pm blib/lib/Class/DBI/Cascade/None.pm cp lib/Class/DBI/Cascade/Delete.pm blib/lib/Class/DBI/Cascade/Delete.pm cp lib/Class/DBI/Cascade/Fail.pm blib/lib/Class/DBI/Cascade/Fail.pm cp lib/Class/DBI/Relationship/MightHave.pm blib/lib/Class/DBI/Relationship/MightHave.pm cp lib/Class/DBI/SearchGenerator.pm blib/lib/Class/DBI/SearchGenerator.pm cp lib/Class/DBI/Query.pm blib/lib/Class/DBI/Query.pm Manifying blib/man3/Class::DBI.3 Manifying blib/man3/Class::DBI::Test::SQLite.3 Manifying blib/man3/Class::DBI::Attribute.3 Manifying blib/man3/Class::DBI::Cascade::None.3 Manifying blib/man3/Class::DBI::Search::Basic.3 Manifying blib/man3/Class::DBI::ColumnGrouper.3 Manifying blib/man3/Class::DBI::Cascade::Delete.3 Manifying blib/man3/Class::DBI::Relationship.3 Manifying blib/man3/Class::DBI::Cascade::Fail.3 Manifying blib/man3/Class::DBI::SearchGenerator.3 Manifying blib/man3/Class::DBI::Column.3 Manifying blib/man3/Class::DBI::Query.3 Manifying blib/man3/Class::DBI::Iterator.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-columns..........1..28 ok 1 - State table() ok 2 - State primary() ok 3 - State Primary:name ok 4 - State Essential:abbreviation, name ok 5 - State All:population, rain, snowfall, name, abbreviation, capital ok 6 - CD primary() ok 7 - CD primary:artist ok 8 - CD all:length, artist, title ok 9 - CD essential:artist ok 10 - No Nonsense group ok 11 - Error thrown ok 12 - is_column deprecated ok 13 - find_column Rain ok 14 - find_column rain ok 15 - !find_column HGLAGAGlAG ok 16 - State->can(...) ok 17 - State can't Rain ok 18 - State can't _Rain_accessor ok 19 - State can't rain ok 20 - State can't snowfall ok 21 - Huh not in groups ok 22 - Rain and Capital = 2 groups ok 23 - - Other ok 24 - - Weather ok 25 - Need primary key for retrieve ok 26 - A columns ok 27 - A::B columns ok 28 - A::C columns ok t/02-Film.............1..91 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - set_db() ok 2 - Driver set correctly ok 3 - Can't retrieve nothing ok 4 - retrieve needs parameters ok 5 - Can't get id with no object ok 6 - Can't get title with no object ok 7 - create needs a hashref ok 8 - Create a test film ok 9 - The object isa Film ok 10 - Title() get ok 11 - Director() get ok 12 - Rating() get ok 13 - NumExplodingSheep() get ok 14 - find_or_create ok 15 - doesn't create a new one prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008258f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 16 - Add Gone With The Wind ok 17 - The object isa Film ok 18 - Fetch it back again ok 19 - The object isa Film ok 20 - NumExplodingSheep() get again ok 21 - NumExplodingSheep() set ok 22 - numexplodingsheep() set ok 23 - Rating() get again ok 24 - Rating() set ok 25 - We have 2 films in total ok 26 - update() ok 27 - update() again ok 28 - retrieve() again ok 29 - Correct title ok 30 - and Director ok 31 - and Rating ok 32 - and sheep ok 33 - copy() produces a film ok 34 - Title correct ok 35 - Director correct ok 36 - Rating correct ok 37 - Sheep correct ok 38 - We have 2 Bladerunners ok 39 - Ordered correctly ok 40 - We have 2 Bladerunners ok 41 - Ordered correctly ok 42 - Only one Bladerunner is a 15 ok 43 - Inline SQL ok 44 - Correct film ok 45 - Correct film ok 46 - Inline SQL ok 47 - Correct film ok 48 - Correct film prepare_cached(INSERT INTO Movies (title, director) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008e0fe8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title, director) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008e0fe8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 49 - 3 Films by Elaine May ok 50 - Ishtar doesn't deserve an entry any more ok 51 - Ishtar no longer there ok 52 - In fact, delete all films by Elaine May ok 53 - 0 Films by Elaine May ok 54 - Got a deprecated warning ok 55 - No problems with deletes ok 56 - search returns one film ok 57 - ... the correct one ok 58 - search_like returns 3 films ok 59 - the correct ones ok 60 - search where attribute is null returns 2 films ok 61 - the correct ones ok 62 - auto reconnection ok 63 - set new Director ok 64 - discard_changes() ok 65 - Class based AutoCommit ok 66 - No warnings so far ok 67 - DESTROY without update warns ok 68 - Unchanged object prepare_cached(UPDATE Movies SET numexplodingsheep = ? WHERE title=? ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100803bd8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 69 - Object based AutoCommit ok 70 - Create 0 ok 71 - Retrieve 0 ok 72 - Title OK ok 73 - Rating OK ok 74 - changed column needs reloaded ok 75 - but we still have the title prepare_cached(UPDATE Movies SET rating = ? WHERE title=? ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008f85f0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 76 - changed column needs reloaded ok 77 - but no longer have the title ok 78 - stringify ok 79 - Can change stringify column ok 80 - And still stringifies correctly ok 81 - Can have multiple stringify columns ok 82 - And still stringifies correctly ok 83 - Provide stringify_self() prepare_cached(INSERT INTO Movies (title, rating) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008cc3c0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 84 - Add a deleting Film ok 85 - The object isa DeletingFilm ok 86 - The object isa Film ok 87 - Fetch it back again ok 88 - It destroys itself ok 89 - Retrieving twice gives ref to same object ok 90 - Removing from object_index and retrieving again gives new object ok 91 - Clearing cache and retrieving again gives new object ok t/03-subclassing......1..6 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - subclass db_Main() ok 2 - has the same columns ok 3 - subclass retrieve ok 4 - The object isa Film::Threat ok 5 - The object isa Film ok 6 - subclass get() ok t/04-lazy.............1..25 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Lazy)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - Pri ok 2 - Essential ok 3 - things ok 4 - horizon ok 5 - vertical ok 6 - All ok 7 - this (Essential Primary things) ok 8 - that (things) ok 9 - Retrieve by Primary ok 10 - Gets primary ok 11 - Gets other essential ok 12 - But other things ok 13 - nor eep ok 14 - nor orp ok 15 - nor oop ok 16 - Fetch eep ok 17 - Gets orp too ok 18 - But still not oop ok 19 - nor that ok 20 - Retrieve by Primary ok 21 - Don't have oop ok 22 - Don't have oop - even after getting eep ok 23 - create needs a hashref at t/04-lazy.t line 65 # ok 24 - theother is not a column of Lazy at t/04-lazy.t line 70 # ok 25 - andanother is not a column of Lazy at t/04-lazy.t line 75 # ok t/05-Query............1..20 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. prepare_cached(INSERT INTO Movies (title, rating) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100844a40) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title, rating) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100844a40) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010089b5a0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010089b5a0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010089b5a0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010089b5a0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010089b5a0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 1 - ** Full where in query ok 2 - No errors ok 3 - The object isa Actor ok 4 - ** Placeholder in query ok 5 - No errors ok 6 - The object isa Actor ok 7 - ** Add restriction ok 8 - No errors ok 9 - The object isa Actor ok 10 - ** Join ok 11 - No errors ok 12 - The object isa Actor ok 13 - 2 Films with 15 rating ok 14 - 3 Actors in film 1 ok 15 - 2 of them underpaid ok 16 - Can search on foreign key ok 17 - Cross table search ok 18 - The object isa Actor ok 19 - Fully qualified tables ok 20 - The object isa Actor ok t/06-hasa.............1..24 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Directors)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - We have Bad Taste ok 2 - Bad taste hasa() director ok 3 - ... which is not an object ok 4 - Link Director table ok 5 - create Director ok 6 - Bad taste now hasa() director ok 7 - The object isa Director ok 8 - ... and is the correct director ok 9 - We have a new director ok 10 - He co-directed ok 11 - Didnt interfere with each other ok 12 - 1 Film directed by Peter Jackson ok 13 - Bad Taste ok 14 - inheriting hasa() ok 15 - inheriting hasa() ok 16 - ... correctly ok 17 - Can't deflate codirector: Bad Taste is not a Director at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-DBI/blib/lib/Class/DBI/Relationship/HasA.pm line 84 # ok 18 - Director_accessor ok 19 - Director ok 20 - CoDirector ok 21 - CoDirector_accessor ok 22 - The object isa Foo ok 23 - The object isa Film ok 24 - Object in after_create trigger isa Film ok t/08-inheritcols......1..3 ok 1 - A columns ok 2 - A::B columns ok 3 - A::C columns ok t/09-has_many.........1..41 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Directors)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - Actor primary OK ok 2 - Actor table set-up OK ok 3 - and have a suitable method in Film ok 4 - We have Bad Taste ok 5 - create Actor ok 6 - PVJ name ok ok 7 - No film ok 8 - Set film ok 9 - Now film ok 10 - Bad taste has one actor ok 11 - - the correct one ok 12 - add_to_actors must be object method ok 13 - add_to_actors takes hash prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008b98b0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 14 - add_to_actors ok 15 - PJ ok ok 16 - PVJ still ok ok 17 - - so now we have 2 ok 18 - PJ first ok 19 - PVJ first ok 20 - One actor from restricted (sorted) has_many ok 21 - It's PJ ok 22 - No errors prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008b98b0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 23 - DBD::SQLite::db prepare_cached failed: near "Schwarzenegger": syntax error(1) at dbdimp.c line 271 [for Statement "SELECT id # FROM Actor # WHERE Arnold Schwarzenegger = ? AND Peter Jackson = ? AND film = ? # "] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398. # ok 24 - - so we still only have 2 actors ok 25 - We have 2 actors in bad taste prepare_cached(DELETE FROM Actor WHERE id=? ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100929a10) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 26 - Delete bad taste ok 27 - - after deleting there are no actors ok 28 - 'main' cannot alter the value of 'name' on objects of class 'Actor' at t/09-has_many.t line 110 # ok 29 - 'main' cannot access the value of 'name' on objects of class 'Actor' at t/09-has_many.t line 112 # ok 30 - Arnie's still Arnie ok 31 - create Director ok 32 - add_to_films prepare_cached(INSERT INTO Movies (title, director, rating) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100926798) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 33 - add_to_r_rated_films ok 34 - Can't add_to_r_rated_films with Rating = G (must be R) at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-DBI/blib/lib/Class/DBI/Relationship/HasMany.pm line 101 # ok 35 - Director 1 has three films ok 36 - Film 1 ok 37 - is PG ok 38 - Film 2 ok 39 - is R ok 40 - ... but only 1 R-Rated ok 41 - - Film 2 ok t/10-mysql............1..0 # Skip Need Date::Simple for this test skipped all skipped: Need Date::Simple for this test t/11-triggers.........1..13 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - Running create trigger 2 ok 2 - Create Veronique ok 3 - Default rating ok 4 - Original sheep count ok 5 - Running pre-update trigger ok 6 - Running post-update trigger ok 7 - Change the rating ok 8 - Updated object's sheep count ok 9 - Updated database's sheep count ok 10 - Deleting La Double Vie De Veronique ok 11 - Delete ok 12 - PK doesn't auto-vivify ok 13 - Running create trigger 2 ok t/12-filter...........1..50 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010084ae68) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008af9b0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008af9b0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film, salary) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008af9b0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 1 - Got one actor from restricted has_many ok 2 - Correct name ok 3 - No errors ok 4 - Got one actor ok 5 - Correct name ok 6 - Range 0 - 100 ok 7 - Got all ok 8 - None in Range 100 - 200 ok 9 - Range 0 - 10 ok 10 - Got 1 ok 11 - Actor 1 ok 12 - Range 20 - 20 ok 13 - Got 2 ok 14 - Actor 2 ok 15 - and Actor 3 ok 16 - Search by object ok 17 - 3 actors in film 1 ok 18 - The object isa Class::DBI::Iterator ok 19 - - with 3 elements ok 20 - Get 1 ok 21 - Get 2 ok 22 - Get 3 ok 23 - No more ok 24 - Get first ok 25 - The object isa Class::DBI::Iterator ok 26 - - with 3 elements ok 27 - Get id 1 ok 28 - Get id 2 ok 29 - Get id 3 ok 30 - No more ok 31 - Get first ok 32 - The object isa Class::DBI::Iterator ok 33 - - with 3 elements ok 34 - Get 1 ok 35 - Get 2 ok 36 - Get 3 ok 37 - No more ok 38 - Get first ok 39 - Slice gives 2 actor ok 40 - Actor 2 ok 41 - and actor 3 ok 42 - Slice of 1 actor ok 43 - Actor 2 ok 44 - Slice off the end ok 45 - Gets last actor only ok 46 - Slice gives 2 results ok 47 - Fred and Barney prepare_cached(DELETE FROM Actor WHERE id=? ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008e9338) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(DELETE FROM Actor WHERE id=? ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008e9338) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 48 - Can delete via iterator ok 49 - no actors left ok 50 - Deleting again does no harm ok t/13-constraint.......1..26 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - validate_column_values error: rating Film rating fails 'valid rating' constraint with '19' at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Class/Trigger.pm line 41 # at t/13-constraint.t line 29 # ok 2 - No film created ok 3 - So no films ok 4 - Can create with valid rating ok 5 - Rating 18 ok 6 - Change to 12 ok 7 - And update ok 8 - Rating now 12 ok 9 - validate_column_values error: rating Film rating fails 'valid rating' constraint with '13' at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Class/Trigger.pm line 41 # at t/13-constraint.t line 43 # ok 10 - Rating still 12 ok 11 - Delete ok 12 - Got fred ok 13 - constrain_column ok 14 - Fails listref constraint prepare_cached(INSERT INTO Movies (rating) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100823898) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 15 - Can create with rating U ok 16 - Rating is constrained ok 17 - Director is not ok 18 - constraint_column ok 19 - Can't create towering inferno ok 20 - But can create THE towering inferno ok 21 - Can constrain with untaint ok 22 - Can create codirector ok 23 - Set the codirector ok 24 - and again ok 25 - Can't create too long title prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008b39f0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 26 - But can create The XXX ok t/14-might_have.......1..18 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Blurbs)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - Primary key of Blurb = title ok 2 - Essential = Primary ok 3 - No problem retrieving non-existent Blurb ok 4 - Get Film ok 5 - The object isa Film ok 6 - No blurb yet ok 7 - No problems updating when don't have ok 8 - Updated OK ok 9 - Bad taste has no blurb ok 10 - And we can write the info ok 11 - The object isa Blurb ok 12 - Blurb is the same as fetching the long way ok 13 - We can set the blurb ok 14 - Blurb has been set prepare_cached(UPDATE Movies SET rating = ? WHERE title=? ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100832098) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 15 - No problems updating when do have ok 16 - Updated OK ok 17 - The object isa Blurb ok 18 - Blurb has gone ok t/15-accessor.........1..55 # Failed test (t/15-accessor.t at line 11) # 'DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. # ' # doesn't match '(?-xism:clashes with built-in method)' not ok 1 - DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. # ok 2 - Column 'sheep' in Film clashes with built-in method at t/15-accessor.t line 13 # # Failed test (t/15-accessor.t at line 11) # 'DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. # ' # doesn't match '(?-xism:clashes with built-in method)' not ok 3 - DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. # ok 4 - Modified accessor - with column name ok 5 - The object isa Film ok 6 - No errors prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008910f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 7 - Modified accessor - with accessor ok 8 - The object isa Film ok 9 - No errors ok 10 - Can search with modified accessor prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008910f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 11 - Modified mutator - with mutator ok 12 - The object isa Film ok 13 - No errors prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008910f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 14 - Modified mutator - with column name ok 15 - The object isa Film ok 16 - No errors prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008910f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 17 - Modified mutator - with accessor ok 18 - The object isa Film ok 19 - No errors prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008910f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 20 - no hasa film ok 21 - hasa movie ok 22 - The object isa Film ok 23 - - Bad Taste ok 24 - No errors prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep) VALUES (?, ?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008910f8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 25 - Can't locate object method "film" via package "Actor" at t/15-accessor.t line 111. # ok 26 - 'main' cannot alter the value of 'film' on objects of class 'Actor' at t/15-accessor.t line 114 # ok 27 - Set movie through hasa ok 28 - hasa movie ok 29 - The object isa Film ok 30 - - Another Film ok 31 - No problem ok 32 - nonpersistent is a column ok 33 - - but it's not real ok 34 - Title set OK ok 35 - As is non persistent value ok 36 - Re-retrieve film ok 37 - Title still OK ok 38 - Non persistent value gone ok 39 - Can set it ok 40 - And it's there again ok 41 - Commit the film ok 42 - And it's still there ok 43 - Actor has no specific essential columns ok 44 - nonpersistent is a column ok 45 - - but it's not real ok 46 - no problems retrieving actors ok 47 - The object isa Actor prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008f3f50) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008f3f50) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 48 - Can update Naked ok 49 - Make Naked read only ok 50 - Can't update Naked any more prepare_cached(UPDATE Movies SET rating = ? WHERE title=? ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008f6158) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 51 - But can still update Secrets and Lies prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008f3f50) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 52 - And can still create new films isa Film ok 53 - Make all Films read only ok 54 - Still can't update Naked ok 55 - And can't update S&L any more ok 56 - And can't delete 4 Days in July ok 57 - Or create new films # Looks like you planned 55 tests but ran 2 extra. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1, 3, 56-57 Failed 4/55 tests, 92.73% okay t/16-reserved.........1..5 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(orders)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - The object isa Film ok 2 - The object isa Order ok 3 - Correct number of orders ok 4 - The object isa Film ok 5 - Orders hasa Film ok t/17-data_type........1..0 # Skip needs DBD::Pg for testing skipped all skipped: needs DBD::Pg for testing t/18-has_a............1..41 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Directors)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - We have Bad Taste ok 2 - Bad taste has a director ok 3 - ... which is not an object ok 4 - Link Director table ok 5 - create Director ok 6 - Reretrieve Bad Taste ok 7 - Bad taste now hasa() director ok 8 - The object isa Director ok 9 - ID already stored ok 10 - But we know he's insane prepare_cached(INSERT INTO Directors (name, birthday, isinsane) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x8000000100823f40) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 11 - Can't set film as director ok 12 - PJ still the director ok 13 - The object isa Director ok 14 - The object isa Director ok 15 - The object isa Director ok 16 - Can change director ok 17 - Create new director - Skippy ok 18 - Auto inflates ok 19 - The object isa Director ok 20 - To skippy ok 21 - He co-directed ok 22 - Didnt interfere with each other ok 23 - inheriting hasa() ok 24 - inheriting hasa() ok 25 - ... correctly ok 26 - Can't have film as codirector: Can't deflate codirector: Bad Taste is not a Director at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-DBI/blib/lib/Class/DBI/Relationship/HasA.pm line 84 # ok 27 - We didn't get anything ok 28 - Director ok 29 - director_accessor ok 30 - codirector ok 31 - codirector_accessor ok 32 - The object isa Director ok 33 - Director shuffle prepare_cached(UPDATE Movies SET director = ? WHERE title=? ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008d2320) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 34 - Sanity checked ok 35 - The object isa Rating ok 36 - Rating bumped ok 37 - Cross-class mapping ok 38 - Yields PJ ok 39 - Unmagical rating ok 40 - but prior change stuck ok 41 - Sensible error from has_a with incorrect column: Column driector does not exist at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-DBI/blib/lib/Class/DBI/Relationship/HasA.pm line 11 # ok t/19-set_sql..........1..17 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - 1 Column in essential ok 2 - __ESSENTIAL__ expansion prepare_cached(INSERT INTO Movies (title, director, rating) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008447a8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title, director, rating) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008447a8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title, director, rating) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008447a8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title, director, rating) VALUES (?, ?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008447a8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 3 - Execute our own SQL ok 4 - get F2 ok 5 - and F1 ok 6 - SQL creates search() method ok 7 - get F2 ok 8 - and F1 ok 9 - Can pass parameters to created search() ok 10 - F5 ok 11 - and F4 prepare_cached(INSERT INTO Actor (name, film) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008ae3c8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Actor (name, film) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008ae3c8) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 12 - 2 Films with A* that are PG ok 13 - A ok 14 - and B ok 15 - 2 Films with A* that are PG ok 16 - A ok 17 - and B ok t/21-iterator.........1..33 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010084ebc0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010084ebc0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010084ebc0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010084ebc0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 prepare_cached(INSERT INTO Movies (title) VALUES (?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010084ebc0) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 1 - The object isa Class::DBI::Iterator ok 2 - The object isa Class::DBI::Iterator ok 3 - Both iterators get Film 1 ok 4 - Both iterators get Film 2 ok 5 - Both iterators get Film 3 ok 6 - Both iterators get Film 4 ok 7 - Both iterators get Film 5 ok 8 - Both iterators get Film 6 ok 9 - Film 1 first ok 10 - Film 2 next ok 11 - First goes back to 1 ok 12 - With 2 still next ok 13 - Reset brings us to film 1 again ok 14 - And 2 is still next ok 15 - correct slice size (array) ok 16 - Film 3 first ok 17 - Film 5 last ok 18 - slice as iterator isa Class::DBI::Iterator ok 19 - correct slice size (array) ok 20 - Film 3 first ok 21 - Film 4 next ok 22 - First goes back to 3 ok 23 - With 4 still next ok 24 - Reset brings us to film 3 again ok 25 - And 4 is still next ok 26 - back to the original iterator, is of right size ok 27 - Film 1 first ok 28 - Film 2 next ok 29 - First goes back to 1 ok 30 - With 2 still next ok 31 - Film 3 is still in original Iterator ok 32 - Reset brings us to film 1 again ok 33 - And 2 is still next ok t/22-deflate_order....1..0 # Skip Need Time::Piece::MySQL for this test skipped all skipped: Need Time::Piece::MySQL for this test t/23-cascade..........1..5 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Directors)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - Director set OK ok 2 - We have one nasty ok 3 - Can't delete while films exist prepare_cached(INSERT INTO Movies (title, director) VALUES (?, ?) ) statement handle DBIx::ContextualFetch::st=HASH(0x800000010086d450) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 4 - Still can't delete prepare_cached(DELETE FROM Movies WHERE title=? ) statement handle DBIx::ContextualFetch::st=HASH(0x80000001008c0880) still Active at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 398 ok 5 - Can delete once films are gone ok t/97-pod..............1..16 ok 1 - blib/lib/Class/DBI.pm ok 2 - blib/lib/Class/DBI/Attribute.pm ok 3 - blib/lib/Class/DBI/ColumnGrouper.pm ok 4 - blib/lib/Class/DBI/Relationship.pm ok 5 - blib/lib/Class/DBI/Column.pm ok 6 - blib/lib/Class/DBI/Iterator.pm ok 7 - blib/lib/Class/DBI/SearchGenerator.pm ok 8 - blib/lib/Class/DBI/Query.pm ok 9 - blib/lib/Class/DBI/Test/SQLite.pm ok 10 - blib/lib/Class/DBI/Relationship/HasMany.pm ok 11 - blib/lib/Class/DBI/Relationship/HasA.pm ok 12 - blib/lib/Class/DBI/Relationship/MightHave.pm ok 13 - blib/lib/Class/DBI/Search/Basic.pm ok 14 - blib/lib/Class/DBI/Cascade/None.pm ok 15 - blib/lib/Class/DBI/Cascade/Delete.pm ok 16 - blib/lib/Class/DBI/Cascade/Fail.pm ok t/98-failure..........1..7 DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/DBIx/ContextualFetch.pm line 88. ok 1 - We have Bad Taste isa Film ok 2 - We failed ok 3 - We still have Bad Taste isa Film ok 4 - We have Bad Taste isa Film ok 5 - We failed ok 6 - We still have Bad Taste isa Film ok 7 - with 1 sheep ok t/99-misc.............1..27 ok 1 - Column clash warning for inherited ok 2 - Column clash warning with CDBI ok 3 - subclassed constructor ok 4 - create trigger deprecated ok 5 - create trigger deprecated ok 6 - croak() deprecated ok 7 - Croak dies ok 8 - croak() deprecated ok 9 - Croak dies ok 10 - Constraint with no name ok 11 - Constraint needs a column ok 12 - No such column ok 13 - Need a coderef ok 14 - Not a coderef ok 15 - has_a needs a class ok 16 - add_constructor needs a method name ok 17 - No on_setting trigger ok 18 - $self stringifies with no PK values ok 19 - Can't retrieve a reference ok 20 - Can't create without hashref ok 21 - has_a is class-level: has_a should be called as a class method not an object method at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-DBI/blib/lib/Class/DBI/Relationship/HasA.pm line 10 # ok 22 - Can't call update as class method ok 23 - Default table name ok 24 - ordered_search no longer works ok 25 - Can't create with nonsense column ok 26 - Can't require nonsense class ok 27 - Can't locate object method "search_DeleteMe" via package "Holiday" at t/99-misc.t line 142. # ok Failed 1/24 test scripts, 95.83% okay. 0/551 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/15-accessor.t 4 1024 55 4 7.27% 1 3 56-57 3 tests skipped. make: *** [test_dynamic] Error 25