#!/usr/bin/perl use strict; use warnings; use Test::More tests => 1; BEGIN { use_ok ('Perl6::Cookbook') }; diag "Testing $Perl6::Cookbook::VERSION";