Subject: | validation function |
I'd like the option to validate a crontab-style entry for validity and
have it return 1/0/undef rather than croak()ing. Maybe an is_valid()
method.
It would only have to check whether Set::Crontab can parse it, not
whether it's 'valid' according to some other person's idea of what a
crontab entry should look like.