Skip to content

jy-deriv/perl-Email-Stuffer-TestLinks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Email::Stuffer::TestLinks - validates links in HTML emails sent by Email::Stuffer>send_or_die()

VERSION

version 0.010

SYNOPSIS

use Email::Stuffer::TestLinks;

DESCRIPTION

When this module is included in a test, it parses HTML links (<a href="xyz"...) in every email sent through Email::Stuffer->send_or_die(). Each URI must get a successful response code (200 range) and the returned pagetitle must not contain 'error' or 'not found'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%