##
my $strings = $mock->files;
note explain $strings;
cmp_deeply($strings, bag(@list));
####
1:14 >perl 2056_SoPW.pl
# [
# 'string one',
# 'Different string',
# 'With feeling'
# ]
# [
# 'string one',
# 'Different string',
# 'With feeling'
# ]
ok 1
1..1
1:14 >