File: MANIFEST

package info (click to toggle)
libxml-feed-perl 0.43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 308 kB
  • ctags: 105
  • sloc: perl: 924; xml: 450; sh: 22; makefile: 16
file content (51 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Changes
lib/XML/Feed.pm
lib/XML/Feed/Content.pm
lib/XML/Feed/Enclosure.pm
lib/XML/Feed/Entry.pm
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-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