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

..03-May-2022-

lib/Catalyst/Model/XML/H28-Apr-2011-457163

t/H28-Apr-2011-153110

ChangesH A D28-Apr-2011488 1813

MANIFESTH A D28-Apr-2011262 1413

META.ymlH A D28-Apr-2011724 2928

Makefile.PLH A D16-Dec-2009714 2321

READMEH A D16-Dec-2009939 4124

README

1Catalyst-Model-XML-Feed
2
3A Catalyst model that stores external XML (RSS/Atom) feeds.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9    perl Makefile.PL
10    make
11    make test
12    make install
13
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the perldoc command.
18
19    perldoc Catalyst::Model::XML::Feed
20
21You can also look for information at:
22
23    Search CPAN
24        http://search.cpan.org/dist/Catalyst-Model-XML-Feed
25
26    CPAN Request Tracker:
27        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Model-XML-Feed
28
29    AnnoCPAN, annotated CPAN documentation:
30        http://annocpan.org/dist/Catalyst-Model-XML-Feed
31
32    CPAN Ratings:
33        http://cpanratings.perl.org/d/Catalyst-Model-XML-Feed
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2006 Jonathan Rockway
38
39This program is free software; you can redistribute it and/or modify it
40under the same terms as Perl itself.
41