This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] add changelog entries that were in perl52111delta for this release
[perl5.git] / dist / Search-Dict / Changes
1 1.07 2012-04-11
2
3   - install into sitelib for Perl 5.12+
4   - use Tie::Handle to get Tie::StdHandle for older Perls
5   - avoid using fc() in v5.15.0 - v5.15.7
6   - fix tests for older Perls
7
8 1.06 2012-03-31
9
10   - suppress stat() warnings on tied filehandles
11
12 1.05  2012-03-31
13
14   - no longer requires stat() on filehandle
15   - tests use Test::More
16   - case folds with fc() on Perl 5.15+