r5811@merlin: jquelin | 2007-08-09 17:52:40 +0200
[acme-metasyntactic-buzzwords.git] / README
blob5f64e43b4a8698f04c9df95155c99c0e9ffca2e6
1 Acme::MetaSyntactic::buzzwords
2 ==============================
4 This Perl module adds a buzzwords theme to Acme::Metasyntactic.
8 INSTALLATION
9 ============
11 To install this module, run the following commands:
13     perl Makefile.PL
14     make
15     make test
16     make install
19 Or, using Module::Builder:
21     perl Build.PL
22     ./Build
23     ./Build test
24     ./Build install
28 SUPPORT AND DOCUMENTATION
29 =========================
31 After installing, you can find documentation for this module with the perldoc command.
33     perldoc Acme::Metasyntactic::buzzwords
35 You can also look for information at:
36   . Search CPAN
37         http://search.cpan.org/dist/Acme-MetaSyntactic-buzzwords
38   . CPAN Request Tracker:
39         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-MetaSyntactic-buzzwords
40   . AnnoCPAN, annotated CPAN documentation:
41         http://annocpan.org/dist/Acme-MetaSyntactic-buzzwords
42   . CPAN Ratings:
43         http://cpanratings.perl.org/d/Acme-MetaSyntactic-buzzwords
47 COPYRIGHT AND LICENCE
48 =====================
50 Copyright (c) 2007 Jerome Quelin, all rights reserved.
52 This program is free software; you can redistribute it and/or modify
53 it under the same terms as Perl itself.