~ubuntu-branches/ubuntu/quantal/libtest-www-mechanize-perl/quantal

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-10-27 18:26:26 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111027182626-ic0eh8ri0p1u5wnh
Tags: 1.36-1
* New upstream release.
* Use XZ compression for source and binary packages.
* debian/control: Convert Vcs-* fields to Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "Testing-specific WWW::Mechanize subclass",
 
3
   "author" : [
 
4
      "Andy Lester <andy@petdance.com>"
 
5
   ],
 
6
   "dynamic_config" : 1,
 
7
   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621",
 
8
   "license" : [
 
9
      "perl_5"
 
10
   ],
 
11
   "meta-spec" : {
 
12
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 
13
      "version" : "2"
 
14
   },
 
15
   "name" : "Test-WWW-Mechanize",
 
16
   "no_index" : {
 
17
      "directory" : [
 
18
         "t",
 
19
         "inc"
 
20
      ]
 
21
   },
 
22
   "prereqs" : {
 
23
      "build" : {
 
24
         "requires" : {
 
25
            "ExtUtils::MakeMaker" : 0
 
26
         }
 
27
      },
 
28
      "configure" : {
 
29
         "requires" : {
 
30
            "ExtUtils::MakeMaker" : 0
 
31
         }
 
32
      },
 
33
      "runtime" : {
 
34
         "requires" : {
 
35
            "Carp::Assert::More" : 0,
 
36
            "HTML::TreeBuilder" : 0,
 
37
            "HTTP::Server::Simple" : "0.42",
 
38
            "HTTP::Server::Simple::CGI" : 0,
 
39
            "LWP" : "6.02",
 
40
            "Test::Builder::Tester" : "1.09",
 
41
            "Test::LongString" : "0.15",
 
42
            "Test::More" : 0,
 
43
            "URI::file" : 0,
 
44
            "WWW::Mechanize" : "1.68",
 
45
            "perl" : "5.008"
 
46
         }
 
47
      }
 
48
   },
 
49
   "release_status" : "stable",
 
50
   "resources" : {
 
51
      "bugtracker" : {
 
52
         "web" : "http://code.google.com/p/www-mechanize/issues/list"
 
53
      },
 
54
      "homepage" : "https://github.com/petdance/test-www-mechanize",
 
55
      "license" : [
 
56
         "http://www.opensource.org/licenses/artistic-license-2.0"
 
57
      ],
 
58
      "repository" : {
 
59
         "url" : "https://github.com/petdance/test-www-mechanize"
 
60
      }
 
61
   },
 
62
   "version" : "1.36"
 
63
}