The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::Slugify - create URL slugs from text

VERSION

version 0.001

SYNOPSIS

    use Text::Slugify 'slugify';

    my $slug = slugify("You won't believe what happened next!");

DESCRIPTION

Takes a bit of text, removes puncuation, spaces and other junk to produce a string suitable for use in a URL.

BUGS

There's probably a huge amount of inputs for which nothing sane is produced. Patches are welcome!

Please submit bug reports and patches to https://github.com/Text-Slugify/issues.

AUTHOR

Robert Norris <rob@eatenbyagrue.org>

COPYRIGHT AND LICENSE

Copyright (c) 2014 Robert Norris.

This module is free software, you can redistribute it and/or modify it under the same terms as Perl itself.