~ubuntu-branches/ubuntu/wily/libtest-mockmodule-perl/wily

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Salvatore Bonaccorso, Ansgar Burchardt, Axel Beckert, gregor herrmann
  • Date: 2015-06-21 03:26:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150621032633-4920jlh05etcl4k0
Tags: 0.10-1
* Team upload.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ansgar Burchardt ]
* Email change: Ansgar Burchardt -> ansgar@debian.org
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ gregor herrmann ]
* New upstream release 0.10.
  - Fixes "unmock() on an inherited method does not behave properly"
    (Closes: #674625)
  - Fixes "FTBFS with perl 5.22 (CGI build-dep)"
    (Closes: #789437)
* Add debian/upstream/metadata.
* debian/copyright: new upstream maintainer/copyright holder/license.
* Add build dependency on libmodule-build-perl.
* Add (build) dependency on libsuper-perl.
* Mark package as autopkgtest-able.
* Switch to source format "3.0 (quilt)".
* Bump debhelper compatibility level to 9.
* Declare compliance with Debian Policy 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "Override subroutines in a module for unit testing",
 
3
   "author" : [
 
4
      "Current Maintainer: Geoff Franks <gfranks@cpan.org>",
 
5
      "Original Author: Simon Flack <simonflk _AT_ cpan.org>"
 
6
   ],
 
7
   "dynamic_config" : 1,
 
8
   "generated_by" : "Module::Build version 0.4211",
 
9
   "license" : [
 
10
      "gpl_3"
 
11
   ],
 
12
   "meta-spec" : {
 
13
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 
14
      "version" : "2"
 
15
   },
 
16
   "name" : "Test-MockModule",
 
17
   "prereqs" : {
 
18
      "build" : {
 
19
         "requires" : {
 
20
            "Test::More" : "0.45"
 
21
         }
 
22
      },
 
23
      "configure" : {
 
24
         "requires" : {
 
25
            "Module::Build" : "0.38"
 
26
         }
 
27
      },
 
28
      "runtime" : {
 
29
         "requires" : {
 
30
            "Carp" : "0",
 
31
            "SUPER" : "0",
 
32
            "Scalar::Util" : "0"
 
33
         }
 
34
      }
 
35
   },
 
36
   "provides" : {
 
37
      "Test::MockModule" : {
 
38
         "file" : "lib/Test/MockModule.pm",
 
39
         "version" : "0.10"
 
40
      }
 
41
   },
 
42
   "release_status" : "stable",
 
43
   "resources" : {
 
44
      "bugtracker" : {
 
45
         "web" : "https://github.com/geofffranks/test-mockmodule/issues"
 
46
      },
 
47
      "homepage" : "https://github.com/geofffranks/test-mockmodule",
 
48
      "license" : [
 
49
         "http://www.gnu.org/licenses/gpl-3.0.txt"
 
50
      ],
 
51
      "repository" : {
 
52
         "url" : "git://github.com/geofffranks/test-mockmodule.git"
 
53
      }
 
54
   },
 
55
   "version" : "0.10"
 
56
}