X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=91349de58cf77fb5203e283c1604b61c0b4e830b;hb=d83c0d6b89242ec9118783798e7c3aca556f4740;hp=9e1a4f22d62baf5e4b6c3980e7fec5bcca58fcb0;hpb=ecac864aa8679ab8937614deed1f0f6616ced10f;p=catagits%2FXML-Feed.git diff --git a/MANIFEST b/MANIFEST index 9e1a4f2..91349de 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,35 +1,51 @@ -Build.PL Changes -inc/ExtUtils/AutoInstall.pm -inc/HTML/TokeParser.pm -inc/LWP.pm -inc/Module/AutoInstall.pm -inc/Module/Install.pm -inc/Module/Install/AutoInstall.pm -inc/Module/Install/Base.pm -inc/Module/Install/Build.pm -inc/Module/Install/Can.pm -inc/Module/Install/Fetch.pm -inc/Module/Install/Include.pm -inc/Module/Install/Makefile.pm -inc/Module/Install/Metadata.pm -inc/Module/Install/Win32.pm -inc/Module/Install/WriteAll.pm lib/XML/Feed.pm -lib/XML/Feed/Atom.pm lib/XML/Feed/Content.pm +lib/XML/Feed/Enclosure.pm lib/XML/Feed/Entry.pm -lib/XML/Feed/RSS.pm -Makefile.PL +lib/XML/Feed/Format/Atom.pm +lib/XML/Feed/Format/RSS.pm MANIFEST This list of files +MANIFEST.SKIP META.yml README t/00-compile.t t/01-parse.t t/02-create.t -t/04-splice.t +t/04-splice-atom.t +t/04-splice-rss.t +t/05-atom10-link.t +t/06-atom10.t +t/07-atom10-create.t +t/08-convert-summary-bug.t +t/09-missing-content-bug.t +t/10-mix-and-match.t +t/11-xml-base-atom.t +t/11-xml-base-rss.t +t/12-multi-categories-atom.t +t/12-multi-categories-rss.t +t/12-multi-categories.base +t/12-multi-subjects-rss.t +t/13-category-hash-bug.t +t/14-enclosures.t +t/14-multi-enclosures.t +t/pod-coverage.t +t/pod.t +t/samples/atom-10-example.xml +t/samples/atom-enclosure.xml +t/samples/atom-full.xml +t/samples/atom-multi-enclosure.xml +t/samples/atom-multiple-categories.xml t/samples/atom.xml +t/samples/base_atom.xml +t/samples/base_rss.xml +t/samples/category-bug.xml +t/samples/rss-multiple-categories.xml +t/samples/rss-multiple-subjects.xml t/samples/rss10-invalid-date.xml t/samples/rss10.xml +t/samples/rss20-enclosure.xml +t/samples/rss20-multi-enclosure.xml t/samples/rss20-no-summary.xml t/samples/rss20.xml +Makefile.PL