AI-Ollama-Client

 view release on metacpan or  search on metacpan

t/00-load.t  view on Meta::CPAN

#!perl
use strict;
use warnings;

use Test::More tests => 1;

require './Makefile.PL';
my %module = get_module_info();

my $module = $module{ NAME };

require_ok( $module );

diag( sprintf "Testing %s %s, Perl %s", $module, $module->VERSION, $] );

for (sort grep /\.pm\z/, keys %INC) {
   s/\.pm\z//;
   s!/!::!g;
   eval { diag(join(' ', $_, $_->VERSION || '<unknown>')) };
}



( run in 0.592 second using v1.01-cache-2.11-cpan-39bf76dae61 )