Revision history for URL::List
0.08 2013-07-22
- Added the possibility of ignoring duplicate URLs.
- Added List::MoreUtils to requirements.
0.07 2013-07-16
- Fixed URL sorting, so that random hash order doesn't break anything.
- Improved the documentation.
- Bumped required modules' version numbers.
0.06 2013-05-08
- URLs added to the list will no longer be made canonical. This is to
ensure that URLs are never changed. Look at URL::Normalize if you
want to make URLs canonical (or normalize them in any other way).
- Host name retrieval is now eval'ed, so that illegal URLs added to the
list won't break functionality.
- Better logging when something fails.
- Added Carp to prereqs.
0.05 2013-03-08
- Added MouseX::NativeTraits to prereqs.
0.04 2013-03-08
- Now using Dist::Zilla.
- Fixed prereqs.
0.03 2013-03-07
- Removed lib/Changes.pm.
0.02 2013-03-07
- Added 'Domain::PublicSuffix' to Makefile.PL.
0.01 2013-03-04
- Initial release.