Spork::Shlomify - An improved Spork.


Spork-Shlomify documentation Contained in the Spork-Shlomify distribution.

Index


Code Index:

NAME

Top

Spork::Shlomify - An improved Spork.

VERSION

Top

Version 0.0200

SYNOPSIS

Top

This module is an improved Spork derivative. What it does is:

1. Allow [Text http://www.myurl.tld/] formatting.

2. Create a central slide.css CSS stylesheet.

You can build presentations with it using the shspork executable.

AUTHOR

Top

Shlomi Fish, <shlomif@iglu.org.il>

BUGS

Top

Please report any bugs or feature requests to bug-spork-shlomify@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Spork-Shlomify. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Spork-Shlomify documentation Contained in the Spork-Shlomify distribution.

package Spork::Shlomify;

use warnings;
use strict;

our $VERSION = '0.0200';
use Spoon 0.22 -Base;

const config_class => 'Spork::Shlomify::Config';

1; # End of Spork::Shlomify