Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Data::Format::Validate - A URN validating module.
SYNOPSIS
Function-oriented module capable of validating the format of any URN.
UTILITIES
- URN
-
use Data::Format::Validate::URN 'looks_like_urn'; looks_like_urn 'urn:oid:2.16.840'; # returns 1 looks_like_urn 'This is not a valid URN'; # returns 0
CONTRIBUITION
This source is on Github:
https://github.com/rozcovo/Data-Format-Validate/blob/master/lib/Data/Format/Validate/URN.pm
AUTHOR
Created by Israel Batista <rozcovo@cpan.org>