Skip to content

Commit

Permalink
Adds links to more module names in Pod.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 2, 2017
1 parent 0d5b6c6 commit ecaa03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/DBI/ProfileData.pm
Expand Up @@ -56,7 +56,7 @@ This module can also be used to roll your own profile analysis:
=head1 DESCRIPTION
This module offers the ability to read, manipulate and format
DBI::ProfileDumper profile data.
L<DBI::ProfileDumper> profile data.
Conceptually, a profile consists of a series of records, or nodes,
each of each has a set of statistics and set of keys. Each record
Expand Down Expand Up @@ -360,7 +360,7 @@ sub clone {
=head2 $header = $prof->header();
Returns a reference to a hash of header values. These are the key
value pairs included in the header section of the DBI::ProfileDumper
value pairs included in the header section of the L<DBI::ProfileDumper>
data format. For example:
$header = {
Expand All @@ -380,7 +380,7 @@ sub header { shift->{_header} }
Returns a reference the sorted nodes array. Each element in the array
is a single record in the data set. The first seven elements are the
same as the elements provided by DBI::Profile. After that each key is
same as the elements provided by L<DBI::Profile>. After that each key is
in a separate element. For example:
$nodes = [
Expand Down Expand Up @@ -580,7 +580,7 @@ sub match {

=head2 $Data = $prof->Data()
Returns the same Data hash structure as seen in DBI::Profile. This
Returns the same Data hash structure as seen in L<DBI::Profile>. This
structure is not sorted. The nodes() structure probably makes more
sense for most analysis.
Expand Down

0 comments on commit ecaa03d

Please sign in to comment.