Update to 0.05
This commit is contained in:
parent
d0efc3fdad
commit
459fef72b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132208
2 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-MockModule
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
|
@ -25,7 +25,6 @@ MAN3= Test::MockModule.3
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
# Test::MockModule uses weak references, which are introduced in 5.6
|
||||
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
||||
IGNORE= requires weak references, which were introduced in Perl 5.6. Install lang/perl5 or lang/perl5.8 and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Test-MockModule-0.04.tar.gz) = 4d5e1e9f4b1477489fbab408e8c3499c
|
||||
SIZE (Test-MockModule-0.04.tar.gz) = 5414
|
||||
MD5 (Test-MockModule-0.05.tar.gz) = 1b013aeeb221f83e7f325a2f98169296
|
||||
SIZE (Test-MockModule-0.05.tar.gz) = 5608
|
||||
|
|
Loading…
Reference in a new issue