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

NAME

MVC::Neaf::Util - Some static functions for Not Even A Framework

DESCRIPTION

This module is probably of no use by itself. See MVC::Neaf.

EXPORT

This module optionally exports anything it has.

http_date

Return a date in format required by HTTP standard for cookies and cache expiration.

canonize_path( path, want_slash )

Convert '////fooo//bar/' to '/foo/bar' and '//////' to either '' or '/'.

path_prefixes ($path)

List ('', '/foo', '/foo/bar') for '/foo/bar'