~ubuntu-branches/ubuntu/utopic/libtest-html-content-perl/utopic

« back to all changes in this revision

Viewing changes to MANIFEST

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2014-02-09 22:04:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140209220437-w2rahrtuzyxg6kvr
Tags: 0.09-1
* Switch to copyright-format 1.0
* Switch to debhelper compat to 8
* Update Standards-Version (no changes)
* New upstream release
  - new patch perl-5.14-stringification, integrated upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Changes
2
 
lib/Test/HTML/Content.pm
3
 
lib/Test/HTML/Content/NoXPath.pm
4
 
lib/Test/HTML/Content/XPathExtensions.pm
5
 
Makefile.PL
6
 
MANIFEST                        This list of files
7
 
MANIFEST.skip
8
 
META.yml
9
 
README
10
 
t/00-prerequisites.t
11
 
t/01-fallback-libxml.t
12
 
t/01-fallback-pureperl.t
13
 
t/01-fallback-xpath.t
14
 
t/01-internal-api.t
15
 
t/01-xpath-query-builder.t
16
 
t/02-tags.t
17
 
t/03-links.t
18
 
t/04-comments.t
19
 
t/05-doctype.t
20
 
t/06-text.t
21
 
t/07-errors.link.t
22
 
t/08-errors.comment.t
23
 
t/09-errors.declaration.t
24
 
t/09-errors.xpath.t
25
 
t/10-errors.text.t
26
 
t/12-title-fallback.t
27
 
t/12-title.t
28
 
t/13-xpath-gracefull-errors.t
29
 
t/99-manifest.t
30
 
t/99-Pod.t
31
 
t/99-todo.t
32
 
t/99-unix-text.t
33
 
t/embedded-Test-HTML-Content-NoXPath.t
34
 
t/embedded-Test-HTML-Content-XPathExtensions.t
35
 
t/embedded-Test-HTML-Content.t
36
 
t/testlib.pm
 
1
.gitignore
 
2
Changes
 
3
lib/Test/HTML/Content.pm
 
4
lib/Test/HTML/Content/NoXPath.pm
 
5
lib/Test/HTML/Content/XPathExtensions.pm
 
6
Makefile.PL
 
7
MANIFEST                        This list of files
 
8
MANIFEST.skip
 
9
META.yml
 
10
README
 
11
t/00-prerequisites.t
 
12
t/01-fallback-libxml.t
 
13
t/01-fallback-pureperl.t
 
14
t/01-fallback-xpath.t
 
15
t/01-internal-api.t
 
16
t/01-libxml-xpath-abstraction.t
 
17
t/01-xpath-query-builder.t
 
18
t/02-tags.t
 
19
t/03-links.t
 
20
t/04-comments.t
 
21
t/05-doctype.t
 
22
t/06-text.t
 
23
t/07-errors.link.t
 
24
t/08-errors.comment.t
 
25
t/09-errors.declaration.t
 
26
t/09-errors.xpath.t
 
27
t/10-errors.text.t
 
28
t/12-title-fallback.t
 
29
t/12-title.t
 
30
t/13-xpath-gracefull-errors.t
 
31
t/99-changes.t
 
32
t/99-manifest.t
 
33
t/99-Pod.t
 
34
t/99-todo.t
 
35
t/99-unix-text.t
 
36
t/99-versions.t
 
37
t/embedded-Test-HTML-Content-NoXPath.t
 
38
t/embedded-Test-HTML-Content-XPathExtensions.t
 
39
t/embedded-Test-HTML-Content.t
 
40
t/testlib.pm
 
41
META.json                                Module JSON meta-data (added by MakeMaker)