Help for this page

Select Code to Download


  1. or download this
     use Module::Stubber (
              'Foo::Bar' => {
                  new => sub { bless {}, $_[0]; },
                  stringify => sub { "$_[0]"; }
              });