Help for this page
#!/usr/bin/perl ... #$f->fake_function( 'Fake'); # program will die
$f->override( 'test::function', sub { print 'foo' } ); # Do your testing; $f->restore( 'test::function' );