Skip to content

Commit

Permalink
Version 20100504.1039
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed May 4, 2010
1 parent 3432752 commit f23bd58
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module URI::Find.

20100504.1039 Tue May 4 10:39:23 PDT 2010
Doc Fixes
* Forgot to mention that we ship with urifind now.


20100504 Tue May 4 10:29:52 PDT 2010
New Features
* Added a urifind program. (Darren Chamberlain)
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ name: URI-Find
provides:
URI::Find:
file: lib/URI/Find.pm
version: 20100504
version: 20100504.1039
URI::Find::Schemeless:
file: lib/URI/Find/Schemeless.pm
version: 20100504
version: 20100504.1039
requires:
URI: 1.00
URI::URL: 5.00
Expand All @@ -29,4 +29,4 @@ resources:
homepage: http://search.cpan.org/dist/URI-Find
license: http://dev.perl.org/licenses/
repository: http://github.com/schwern/uri-find/tree/master
version: 20100504
version: 20100504.1039
2 changes: 1 addition & 1 deletion bin/urifind
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

use strict;

our $VERSION = 20100504;
our $VERSION = 20100504.1039;

use File::Basename qw(basename);
use Getopt::Long qw(GetOptions);
Expand Down
2 changes: 1 addition & 1 deletion lib/URI/Find.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION @EXPORT);

$VERSION = 20100504;
$VERSION = 20100504.1039;
@EXPORT = qw(find_uris);

use constant YES => (1==1);
Expand Down
2 changes: 1 addition & 1 deletion lib/URI/Find/Schemeless.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use base qw(URI::Find);
use URI::Find ();

use vars qw($VERSION);
$VERSION = 20100504;
$VERSION = 20100504.1039;

my($dnsSet) = 'A-Za-z0-9-';

Expand Down

0 comments on commit f23bd58

Please sign in to comment.