lib-JBD

Contains JBD::Core and JBD::Tempo modules, which I use on my website.

My Main Website
My Running Site

lib-JBD also contains JBD::Parser and a JSON module built upon it, JBD::JSON.

lib-JBD is copyright © Joel Dalley 2013.
lib-JBD is distributed under the same license as Perl itself.
For more details, see the full text of the license in the file LICENSE.

Notes

For quote-unquote security (in a couple web scripts), I have git-ignored one file: JBD::Tempo::Passkey, which has the following structure:

package JBD::Tempo::Passkey; our $KEY = 'super-duper-secret';