Skip to content

Commit

Permalink
Added t/30-basics.t
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 3, 2024
1 parent ac5f0ca commit 9dfb7ed
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Genealogy::ObituaryDailyTimes

0.14
Added t/30-basics.t

0.13 Sun Sep 15 14:52:02 EDT 2024
search() can now just take one parameter which is the last name
Added CircleCI, Coveralls and Codecov
Expand Down
3 changes: 2 additions & 1 deletion lib/Genealogy/ObituaryDailyTimes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ sub new {
=cut

sub search {
sub search
{
my $self = shift;
my $params = $self->_get_params('last', @_);

Expand Down
23 changes: 23 additions & 0 deletions t/30-basics.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More tests => 4;

# Module loads
BEGIN { use_ok('Genealogy::ObituaryDailyTimes') }

# Object creation
my $directory = 'lib/Genealogy/ObituaryDailyTimes/data';
my $called = 0;
my $logger = sub { $called++ };
my $obj = Genealogy::ObituaryDailyTimes->new(

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-20.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-22.04

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on macos-latest

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2019

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory

Check failure on line 14 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2022

Genealogy::ObituaryDailyTimes: lib/Genealogy/ObituaryDailyTimes/data is not a directory
directory => $directory,
logger => $logger
);
ok($obj, 'Object created successfully');

# Method 'search' for mandatory 'last' argument
my $result = $obj->search(last => 'Smith');

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-20.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on ubuntu-22.04

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on macos-latest

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.28 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.34 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.36 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.30 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2022

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.32 on windows-2019

Can't call method "search" on an undefined value

Check failure on line 21 in t/30-basics.t

View workflow job for this annotation

GitHub Actions / Perl 5.22 on windows-2022

Can't call method "search" on an undefined value
ok($result, 'Search method works with mandatory "last" argument');
cmp_ok($called, '>', 0, 'Logger has been called');

0 comments on commit 9dfb7ed

Please sign in to comment.