dev-perl/WWW-Mechanize-FormFiller: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:44:19 -04:00
parent 431cdfcfb3
commit 339623a2cc
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST WWW-Mechanize-FormFiller-0.12.tar.gz 19930 BLAKE2B 878dde1ba22665c9db295a6353a685e4b6ad252785b1993ef0498b32863583d0a72bf500e58298c4a463e511bc918e476fb5f09e0d1d8ca4beea7fc8c4b7a17a SHA512 87db40c49daf6955c8d42b4bd61f4cf4b1f08782ef48789d636ca81881bd000b46d52fb293792918e457aa46845e766d3685d4c3c6d14dd1875b629d6f9f0999
DIST WWW-Mechanize-FormFiller-0.13.tar.gz 19983 BLAKE2B 0cda3895e0487ca3ceaba328542d26c552cd91bdcac27f6861137f3daf5d872dc85b04d148cf07e9ff7a6614da9251753768486f2de4ff9e63e5a860c10eb83c SHA512 9ddfb677dbd17da327980c349577593d5795044553b9c5966f70d095c8dc3439ae8991f082eab787f2cf45a45288ee719ac6a0a4d2e73caff0cf24abe3d0e5c0

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=CORION
DIST_VERSION=0.12
inherit perl-module
DESCRIPTION="Framework to automate HTML forms"
SLOT="0"
KEYWORDS="amd64 sparc x86"
RDEPEND="
>=dev-perl/Data-Random-0.50.0
dev-perl/HTML-Form
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-MockObject
virtual/perl-Test-Simple
)
"