The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Fix::Condition::is_archived_web_uri - check of a field contains an HTTP or HTTPS URI which is archived in a web archive

SYNOPSIS

   # Check if an archived version is available for any year...
   if is_archived_web_uri(uri_field,'')
     ...
   else
     ...
   end

   # Check if an archived version is available for a year...
   if is_archived_web_uri(uri_field,2013)
     ...
   else
     ...
   end

SEE ALSO

Catmandu::Fix