=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libhash-fieldhash-perl-0.15/README.md-70- libhash-fieldhash-perl-0.15/README.md:71:- `fieldhash(%hash, ?$name, ?$package)` libhash-fieldhash-perl-0.15/README.md-72- ############################################## libhash-fieldhash-perl-0.15/README.md-85- libhash-fieldhash-perl-0.15/README.md:86:- `from_hash($object, \%fields)` libhash-fieldhash-perl-0.15/README.md-87- ############################################## libhash-fieldhash-perl-0.15/README.md-92- libhash-fieldhash-perl-0.15/README.md:93:- `to_hash($object, ?-fully_qualify)` libhash-fieldhash-perl-0.15/README.md-94- ############################################## libhash-fieldhash-perl-0.15/README.md-166-The accessors `fieldhash()` creates are **chainable** accessors. libhash-fieldhash-perl-0.15/README.md:167:That is, it returns the _$object_ (i.e. `$self`) with a parameter, libhash-fieldhash-perl-0.15/README.md-168-where as it returns the _$value_ without it. ############################################## libhash-fieldhash-perl-0.15/t/orig/02_function.t-28- ok( exists $h{ $key}, "existence ($keytype)"); libhash-fieldhash-perl-0.15/t/orig/02_function.t:29: is( $h{ $key}, $val, "retrieval ($keytype)"); libhash-fieldhash-perl-0.15/t/orig/02_function.t-30- delete $h{ $key};