r7902@merlin: jquelin | 2007-11-26 13:54:12 +0100
[acme-metasyntactic-buzzwords.git] / t / 00-load.t
blob361c51718b8edb1fc4d0032e313bd266926b4108
1 #!perl
3 # This file is part of Acme::MetaSyntactic::buzzwords.
4 # Copyright (c) 2007 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
11 use strict;
12 use warnings;
14 use Test::More tests => 1;
16 BEGIN { use_ok( 'Acme::MetaSyntactic::buzzwords' ); }
17 my $version = $Acme::MetaSyntactic::buzzwords::VERSION;
18 diag( "Testing Acme::MetaSyntactic::buzzwords $version, Perl $], $^X" );
20 exit;