~ubuntu-branches/ubuntu/saucy/libnamespace-clean-perl/saucy

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-12-26 18:51:59 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111226185159-no8faz18imali30r
Tags: 0.22-1
* Team upload
* New upstream release
* Update upstream copyright holders
* Drop pod-whatis.diff patch (fixed upstream)
* Update DEP-5 formatting a bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "Keep imports and functions out of your namespace",
 
3
   "author" : [
 
4
      "Robert 'phaylon' Sedlacek <rs@474.at>, Florian Ragwitz <rafl@debian.org>, Jesse Luehrs <doy@tozt.net>"
 
5
   ],
 
6
   "dynamic_config" : 1,
 
7
   "generated_by" : "ExtUtils::MakeMaker version 6.6302, 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" : "namespace-clean",
 
16
   "no_index" : {
 
17
      "directory" : [
 
18
         "t",
 
19
         "inc"
 
20
      ]
 
21
   },
 
22
   "prereqs" : {
 
23
      "build" : {
 
24
         "requires" : {
 
25
            "Test::More" : "0.88"
 
26
         }
 
27
      },
 
28
      "configure" : {
 
29
         "requires" : {
 
30
            "ExtUtils::MakeMaker" : 0
 
31
         }
 
32
      },
 
33
      "runtime" : {
 
34
         "requires" : {
 
35
            "Package::Stash" : "0.23"
 
36
         }
 
37
      }
 
38
   },
 
39
   "release_status" : "stable",
 
40
   "resources" : {
 
41
      "bugtracker" : {
 
42
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=namespace-clean"
 
43
      },
 
44
      "homepage" : "http://search.cpan.org/dist/namespace-clean",
 
45
      "repository" : {
 
46
         "url" : "git://git.shadowcat.co.uk/p5sagit/namespace-clean.git"
 
47
      }
 
48
   },
 
49
   "version" : "0.22"
 
50
}