in reply to What is Wrapper in Perl

It means that the module does the dirtier work of interacting with <another module> to provide a simpler API for you to interact with, not additional functionality.

There are often utilities that offer similar functionality, prove, a part of Test-Harness provides you with a command line wrapper around Test::Harness so you don't have to write your own run all tests script (though you could, if prove didn't have everything you wanted)