Codebase list libmodule-build-tiny-perl / release-0.03
fix docs and prep for release David Golden 14 years ago
2 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Acme::Module::Build::Tiny
11
2 0.03 -
2 0.03 - Wed Mar 24 09:48:55 EDT 2010
3
4 - Fix SYNOPSIS documentation
35
46 0.02 - Tue Mar 23 15:20:19 EDT 2010
57
230230
231231 =head1 SYNOPSIS
232232
233 # First, install Acme::Module::Build::Tiny
234
233235 # From the command line, run this:
234236 $ btiny
235237
236238 # Which generates this Build.PL:
237 use inc; use Acme::Module::Build::Tiny;
239 use lib 'inc'; use Acme::Module::Build::Tiny;
238240
239241 # That's it!
240242