#!/usr/bin/perl -w
use
strict;
blib_load
'Module::Build'
;
ADDPROP: {
__PACKAGE__->add_property(
'hash_property'
=> {});
}
ok
grep
{
$_
eq
'install_path'
} My::Build::Prop->hash_properties,
"has install_path even after adding another hash property"
;