#!perl -T
use 5.006;
use strict;
plan tests => 1;
BEGIN {
use_ok( 'HTTP::Cookies::ChromeMacOS' ) || print "Bail out!\n";
}
diag( "Testing HTTP::Cookies::ChromeMacOS $HTTP::Cookies::ChromeMacOS::VERSION, Perl $], $^X" );