Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
perl-test-mockmodule


Commits:
5f271eaa by Felix Yan at 2026-06-15T19:23:34+08:00
upgpkg: 0.181.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,22 @@
 pkgbase = perl-test-mockmodule
        pkgdesc = Override subroutines in a module for unit testing
-       pkgver = 0.180.0
-       pkgrel = 2
+       pkgver = 0.181.0
+       pkgrel = 1
        url = https://search.cpan.org/dist/Test-MockModule
        arch = any
-       license = PerlArtistic
-       license = GPL
+       license = Artistic-1.0-Perl
+       license = GPL-1.0-or-later
+       checkdepends = perl-class-load
+       checkdepends = perl-moose
+       checkdepends = perl-mouse
+       checkdepends = perl-test-exception
        checkdepends = perl-test-pod
        checkdepends = perl-test-pod-coverage
        checkdepends = perl-test-warnings
        makedepends = perl-module-build
        depends = perl-super
        options = !emptydirs
-       source = 
https://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v0.180.0.tar.gz
-       sha512sums = 
41d98bc108f41d2e66469bb3ab840f61347cf222add0549a345db6b73e7b8c0fd59f0717d90a22f84534bde36c7361cb772455f8e13d8f25bf2800cd534a13bf
+       source = 
https://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v0.181.0.tar.gz
+       sha512sums = 
2255eb3c282e517b9a847cd68fcff060417a7ff6abaa9fd98169ca5f2bdc7bb44dac5b9698d58aafd92fe58058e2709a5539a971e6c2bc91eb7213ca4f686212
 
 pkgname = perl-test-mockmodule


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,19 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=perl-test-mockmodule
-pkgver=0.180.0
-pkgrel=2
+pkgver=0.181.0
+pkgrel=1
 pkgdesc="Override subroutines in a module for unit testing"
 arch=('any')
-license=('PerlArtistic' 'GPL')
+license=('Artistic-1.0-Perl' 'GPL-1.0-or-later')
 options=('!emptydirs')
 depends=('perl-super')
 makedepends=('perl-module-build')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-test-warnings')
+checkdepends=('perl-class-load' 'perl-moose' 'perl-mouse' 
'perl-test-exception' 'perl-test-pod'
+              'perl-test-pod-coverage' 'perl-test-warnings')
 url='https://search.cpan.org/dist/Test-MockModule'
 
source=("https://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v$pkgver.tar.gz";)
-sha512sums=('41d98bc108f41d2e66469bb3ab840f61347cf222add0549a345db6b73e7b8c0fd59f0717d90a22f84534bde36c7361cb772455f8e13d8f25bf2800cd534a13bf')
+sha512sums=('2255eb3c282e517b9a847cd68fcff060417a7ff6abaa9fd98169ca5f2bdc7bb44dac5b9698d58aafd92fe58058e2709a5539a971e6c2bc91eb7213ca4f686212')
 
 build() {
   cd "$srcdir/Test-MockModule-v$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-test-mockmodule/-/commit/5f271eaa3f6666b8d9e02719d1e8d4ddd1b035e3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-test-mockmodule/-/commit/5f271eaa3f6666b8d9e02719d1e8d4ddd1b035e3
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to