~ubuntu-branches/debian/sid/libpgobject-perl/sid

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): Robert James Clay
  • Date: 2014-04-14 12:56:51 UTC
  • Revision ID: package-import@ubuntu.com-20140414125651-8oislluh4ykxqevw
Tags: upstream-1.400.1
ImportĀ upstreamĀ versionĀ 1.400.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "A toolkit integrating intelligent PostgreSQL dbs into Perl objects",
 
3
   "author" : [
 
4
      "Chris Travers <chris.travers@gmail.com>"
 
5
   ],
 
6
   "dynamic_config" : 1,
 
7
   "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
 
8
   "license" : [
 
9
      "bsd"
 
10
   ],
 
11
   "meta-spec" : {
 
12
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 
13
      "version" : "2"
 
14
   },
 
15
   "name" : "PGObject",
 
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
            "DBD::Pg" : "2",
 
36
            "Test::Exception" : "0",
 
37
            "Test::More" : "0"
 
38
         }
 
39
      }
 
40
   },
 
41
   "release_status" : "stable",
 
42
   "version" : "v1.400.1"
 
43
}