~ubuntu-branches/ubuntu/utopic/libcgi-application-plugin-stream-perl/utopic

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-12-23 20:13:46 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131223201346-x6gy06702g1judoc
Tags: 2.11-1
* Team upload.
* New upstream release.
* Drop 0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch.
  Merged  upstream.
* Update build dependencies.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "Plugin that adds file streaming support to CGI::Application",
 
3
   "author" : [
 
4
      "Jason Purdy <Jason@Purdy.INFO>"
 
5
   ],
 
6
   "dynamic_config" : 1,
 
7
   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110440",
 
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" : "CGI-Application-Plugin-Stream",
 
16
   "prereqs" : {
 
17
      "configure" : {
 
18
         "requires" : {
 
19
            "Module::Build" : "0.38"
 
20
         }
 
21
      },
 
22
      "runtime" : {
 
23
         "requires" : {
 
24
            "CGI::Application" : "3.21",
 
25
            "File::Basename" : "1",
 
26
            "File::MMagic" : 0,
 
27
            "FileHandle" : "1.22",
 
28
            "Test::More" : 0
 
29
         }
 
30
      }
 
31
   },
 
32
   "provides" : {
 
33
      "CGI::Application::Plugin::Stream" : {
 
34
         "file" : "lib/CGI/Application/Plugin/Stream.pm",
 
35
         "version" : "2.11"
 
36
      }
 
37
   },
 
38
   "release_status" : "stable",
 
39
   "resources" : {
 
40
      "license" : [
 
41
         "http://dev.perl.org/licenses/"
 
42
      ]
 
43
   },
 
44
   "version" : "2.11"
 
45
}