Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 14, 2021
1 parent 704193b commit d513dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Feed::Find

0.11 2021.06.14
- Add test for "file://" URLs (RT 12242)

0.10 2021.06.11
- Switch to using Test::LWP::UserAgent so we don't require
an internet connection for the tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/Feed/Find.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use HTML::Parser;
use URI;

use vars qw( $VERSION $ua );
$VERSION = '0.10';
$VERSION = '0.11';

use constant FEED_MIME_TYPES => [
'application/x.atom+xml',
Expand Down

0 comments on commit d513dbc

Please sign in to comment.