Moose::Cookbook::Recipe5:
[gitmo/Moose.git] / t / 300_immutable_moose.t
CommitLineData
03aac1fa 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
946289d1 6use Test::More tests => 1;
39b3bc94 7use Test::Exception;
8
9BEGIN {
10 use_ok('Moose');
11}
946289d1 12
13=pod
14
15Nothing here yet, but soon :)
16
17=cut