Group
Extension

JBD/lib/JBD.pm

# ABSTRACT: JBD is a namespace
our $VERSION = '0.04'; # VERSION

package JBD; 1;

__END__

=pod

=encoding UTF-8

=head1 NAME

JBD - JBD is a namespace

=head1 VERSION

version 0.04

=head1 SYNOPSIS

The JBD namespace began as a series of very small, no-dependency alternatives or work-alikes to standard tools like L<File::Slurp>. Those tools are found at L<JBD::Core>.

The JBD namespace also contains lexing, parsing and grammar tools.

For JSON tokenizing and parsing, see L<JBD::JSON>.

For general parsing tools, see L<JBD::Parser>.

=head1 AUTHOR

Joel Dalley <joeldalley@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Joel Dalley.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.