- Moose::Autobox::Scalar/Array/Hash
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Hash.pm
index 270f4ae..96cbe52 100644 (file)
@@ -52,6 +52,9 @@ sub kv {
     [ CORE::map { [ $_, $hash->{$_} ] } CORE::keys %$hash ];    
 }
 
+sub print   { CORE::print %{$_[0]} }
+sub say     { CORE::print %{$_[0]}, "\n" }
+
 1;
 
 __END__
@@ -107,6 +110,10 @@ shallow merging.
 
 =item B<meta>
 
+=item B<print>
+
+=item B<say>
+
 =back
 
 =head1 BUGS