projects
/
gitmo/MooseX-ClassAttribute.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Tweaks based on Stevan's changes to make greater use of the
[gitmo/MooseX-ClassAttribute.git]
/
t
/
02-immutable.t
Commit
Line
Data
0f24a39d
1
use strict;
2
use warnings;
3
4
use lib 't/lib';
5
6
use SharedTests;
7
54a288bd
8
HasClassAttribute->make_immutable();
9
Child->make_immutable();
0f24a39d
10
11
SharedTests::run_tests();