};
###
-# Returns the regular expression for any of the meta constances.
+# Returns the regular expression for any of the meta constants.
##
sub _meta {
my $constance = shift;
###
# All packages here are Perl required libraries not is in use CPAN's Exporter module.
-# When requiring CNFMeta this static method should be called to get its methods and constances()
+# When requiring CNFMeta this static method should be called to get its methods and constants()
# imported into name space of your new package.
# Caveat to such implementation is that on initial compile time syntax errors can not be apparent.
# Advantage is that package name spaces are less convoluted.
# Execute via system shell.
*{"${caller}::meta"} = \&_meta;
*{"${caller}::SHELL"} = sub {return _meta("SHELL")};
- # Returns the regular expression for any of the meta constances.
+ # Returns the regular expression for any of the meta constants.
*{"${caller}::ANN"} = \&ANN;
*{"${caller}::DELIMITER"} = \&DELIMITER;
*{"${caller}::WILDCARD"} = \&WILDCARD;