The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!perl -T

use Test::More tests => 1;
use Config;
use lib qw ( lib );
BEGIN {
  use_ok( 'Parse::Flash::Cookie' );
}

diag( "Testing Parse::Flash::Cookie $Parse::Flash::Cookie::VERSION, Perl $], $^X, archname=$Config{archname}, byteorder=$Config{byteorder}" );

__END__