in reply to Re: given-when construct unexpected bahavior wit arrays
in thread given-when construct unexpected behavior with arrays

Thank you for pointing this out, I thought use v5.14 would enforce strict and warnings, but I found out it's not so.

Replies are listed 'Best First'.
Re^3: given-when construct unexpected bahavior wit arrays
by toolic (Bishop) on Jun 07, 2012 at 18:07 UTC
    From use, only strict is used, not warnings:
    if the specified Perl version is greater than or equal to 5.11.0, strictures are enabled lexically as with use strict .