=item each on reference is experimental
-(S experimental::autoderef) C<each> with a scalar argument is experimental and
-may change or be removed in a future Perl version. If you want to take
-the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<each> with a scalar argument is experimental
+and may change or be removed in a future Perl version. If you want to
+take the risk of using this feature, simply disable this warning:
no warnings "experimental::autoderef";
=item keys on reference is experimental
-(S experimental::autoderef) C<keys> with a scalar argument is experimental and
-may change or be removed in a future Perl version. If you want to take
-the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<keys> with a scalar argument is experimental
+and may change or be removed in a future Perl version. If you want to
+take the risk of using this feature, simply disable this warning:
no warnings "experimental::autoderef";
=item pop on reference is experimental
-(S experimental::autoderef) C<pop> with a scalar argument is experimental and
-may change or be removed in a future Perl version. If you want to take
-the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<pop> with a scalar argument is experimental
+and may change or be removed in a future Perl version. If you want to
+take the risk of using this feature, simply disable this warning:
no warnings "experimental::autoderef";
=item push on reference is experimental
-(S experimental::autoderef) C<push> with a scalar argument is experimental and
-may change or be removed in a future Perl version. If you want to take
-the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<push> with a scalar argument is experimental
+and may change or be removed in a future Perl version. If you want to
+take the risk of using this feature, simply disable this warning:
no warnings "experimental::autoderef";
=item splice on reference is experimental
-(S experimental::autoderef) C<splice> with a scalar argument is experimental
-and may change or be removed in a future Perl version. If you want to
-take the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<splice> with a scalar argument
+is experimental and may change or be removed in a future
+Perl version. If you want to take the risk of using this
+feature, simply disable this warning:
no warnings "experimental::autoderef";
=item unshift on reference is experimental
-(S experimental::autoderef) C<unshift> with a scalar argument is experimental
-and may change or be removed in a future Perl version. If you want to
-take the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<unshift> with a scalar argument
+is experimental and may change or be removed in a future
+Perl version. If you want to take the risk of using this
+feature, simply disable this warning:
no warnings "experimental::autoderef";
=item values on reference is experimental
-(S experimental::autoderef) C<values> with a scalar argument is experimental
-and may change or be removed in a future Perl version. If you want to
-take the risk of using this feature, simply disable this warning:
+(S experimental::autoderef) C<values> with a scalar argument
+is experimental and may change or be removed in a future
+Perl version. If you want to take the risk of using this
+feature, simply disable this warning:
no warnings "experimental::autoderef";