The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Strehler::Helpers - Helpers

DESCRIPTION

Just few methods used in Strehler that could come useful throughtout in the application and also while developing on top of Strehler.

FUNCTIONS

slugify

arguments: $string

return value: $slugified

This method take a string and return the slugified version of it. Used to retrieve articles.

class_from_entity

arguments: entity

return value $class

Return the $class related to the given entity