Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WriteMakefile(

NAME => 'Data::Tools',
VERSION_FROM => 'lib/Data/Tools.pm',
ABSTRACT_FROM => 'lib/Data/Tools.pm',
LICENSE => 'gpl_2',
META_MERGE => {
'meta-spec' => { version => 2 },
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Tools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ INIT { __url_escapes_init(); }

=head1 NAME

Data::Tools provides set of basic functions for data manipulation.
Data::Tools - Provides set of basic functions for data manipulation.

=head1 SYNOPSIS

Expand Down