• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Catalyst/Plugin/H09-Feb-2010-13322

t/H09-Feb-2010-179113

ChangesH A D09-Feb-2010292 127

MANIFESTH A D09-Feb-2010329 1514

META.ymlH A D09-Feb-2010647 2524

Makefile.PLH A D09-Feb-2010620 1917

READMEH A D30-Jul-20091.1 KiB4628

README

1Catalyst-Plugin-LogWarnings
2
3This plugin redirects perl's warn() warnings to a Catalyst log
4($c->log->warn), allowing you to filter warnings, log warnings to a
5database, Log4Perl, etc.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11    perl Makefile.PL
12    make
13    make test
14    make install
15
16
17SUPPORT AND DOCUMENTATION
18
19After installing, you can find documentation for this module with the perldoc command.
20
21    perldoc Catalyst::Plugin::LogWarnings
22
23You can also look for information at:
24
25    Catalyst Project Website
26        http://www.catalystframework.org/
27
28    Search CPAN
29        http://search.cpan.org/dist/Catalyst-Plugin-LogWarnings
30
31    CPAN Request Tracker:
32        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-LogWarnings
33
34    AnnoCPAN, annotated CPAN documentation:
35        http://annocpan.org/dist/Catalyst-Plugin-LogWarnings
36
37    CPAN Ratings:
38        http://cpanratings.perl.org/d/Catalyst-Plugin-LogWarnings
39
40COPYRIGHT AND LICENCE
41
42Copyright (C) 2006 Jonathan Rockway
43
44This program is free software; you can redistribute it and/or modify it
45under the same terms as Perl itself.
46