make Data::Perl::Stream::Array immutable
[dbsrgits/DBIx-Data-Store-old.git] / lib / Data / Perl / Stream / Array.pm
index f9fcea2..7c0cd09 100644 (file)
@@ -15,4 +15,6 @@ method next {
   return shift @$ary;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;