X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FApp-IdiotBox.git;a=blobdiff_plain;f=t%2Flib%2FData%2FPerl%2FCollection%2FSet.pm;fp=t%2Flib%2FData%2FPerl%2FCollection%2FSet.pm;h=28df8a764ff607dffd0f656616173dd9432ffac2;hp=a35c62b5c56797cefbf9724962dc5a8f2358354b;hb=bb98017328db8e28a5b48d1390fe50e935d119c2;hpb=6b6ce2e092408b58ffe70eafa49265b0c532be62 diff --git a/t/lib/Data/Perl/Collection/Set.pm b/t/lib/Data/Perl/Collection/Set.pm index a35c62b..28df8a7 100644 --- a/t/lib/Data/Perl/Collection/Set.pm +++ b/t/lib/Data/Perl/Collection/Set.pm @@ -1,6 +1,6 @@ package Data::Perl::Collection::Set; -use Moose; +use Moo; use Method::Signatures::Simple; use Data::Perl::Stream::Array; @@ -16,6 +16,4 @@ method to_stream { Data::Perl::Stream::Array->new(array => [ @{$self->_members} ]) } -__PACKAGE__->meta->make_immutable; - 1;