package Spork::Shlomify; use warnings; use strict; our $VERSION = '0.0200'; use Spoon 0.22 -Base; const config_class => 'Spork::Shlomify::Config'; =head1 NAME Spork::Shlomify - An improved Spork. =head1 VERSION Version 0.0200 =head1 SYNOPSIS This module is an improved Spork derivative. What it does is: 1. Allow C<[Text http://www.myurl.tld/]> formatting. 2. Create a central C CSS stylesheet. You can build presentations with it using the shspork executable. =head1 AUTHOR Shlomi Fish, C<< >> =head1 BUGS Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 ACKNOWLEDGEMENTS =head1 COPYRIGHT & LICENSE Copyright 2006 Shlomi Fish, all rights reserved. This program is released under the following license: MIT X11. =cut 1; # End of Spork::Shlomify