-
-
27 Aug 1996 21:08:20 UTC
- Distribution: Penguin-Easy
- Module version: 1.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (51 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Penguin::Easy -- provides easy access to Penguin module.
SYNOPSIS
use Penguin::Easy; my $ep = new Penguin::Easy Title => 'Easy Program', Name => 'James Duncan', Sig => $my_pgp_sig, Code => $my_perl_code; $results = $ep->run; print "$results\n";
DESCRIPTION
Penguin::Easy
is an OO module, that provides quick-and-dirty access to the penguin module for those not wanting to learn the nittygrittys about it. TheEasy
module provides transparent access to thePenguin
module, even to the extent of deciding whether the Penguin code should be transparently wrapped, or PGP wrapped (if you include a sig in the call to thenew
method, it will use PGP).NOTES
While writing this little module, I've decided that
Wrapper
is perhaps one of the funniest words I have ever seen. It has completly lost all meaning.Module Install Instructions
To install Penguin::Easy, copy and paste the appropriate command in to your terminal.
cpanm Penguin::Easy
perl -MCPAN -e shell install Penguin::Easy
For more information on module installation, please visit the detailed CPAN module installation guide.