Improve POD
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Mar 2017 22:32:58 +0000 (00:32 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Mar 2017 22:32:58 +0000 (00:32 +0200)
lib/Text/Levenshtein/Edlib.pm

index 6b38a6c742a892a3f21b7db106c6f38efe5befe8..8dd4146aaae4fd42408dcd891e535574f5bd3773 100644 (file)
@@ -200,20 +200,34 @@ the beginning and C<GAC> at the end of the target are ignored.
 
 =back
 
 
 =back
 
-The fifth argument, I<$task>, chooses what we want to compute.
-If set to C<EDLIB_TASK_PATH> (default), all the keys described above will be computed.
-If set to C<EDLIB_TASK_LOC>, all keys except for C<alignment> will be computed.
-If set to C<EDLIB_TASK_DISTANCE>, all keys except for C<alignment> and C<startLocations> will be computed.
-The less we compute, the faster the function will run.
+The fifth argument, I<$task>, chooses what we want to compute. The options are:
+
+=over
+
+=item C<EDLIB_TASK_PATH> (default, slowest)
+
+All the keys described above will be computed.
+
+=item C<EDLIB_TASK_LOC>
+
+All keys except for C<alignment> will be computed.
+
+=item C<EDLIB_TASK_DISTANCE> (fastest)
+
+All keys except for C<alignment> and C<startLocations> will be computed.
+
+=back
+
+The less the function computes, the faster it runs.
 
 =back
 
 =head2 EXPORT
 
 
 =back
 
 =head2 EXPORT
 
-All constants by default. You can export the functions C<align> and
-C<distance> and any of the constants below. You can use the tags
-C<:constants> to export every constant, and C<:all> to export every
-constant, C<align> and C<distance>.
+All constants by default. You can export the functions C<align>,
+C<distance> and C<to_cigar> and any of the constants below. You can
+use the tags C<:constants> to export every constant, and C<:all> to
+export every constant, C<align>, C<distance> and C<to_cigar>.
 
 =head2 Exportable constants
 
 
 =head2 Exportable constants
 
This page took 0.011305 seconds and 4 git commands to generate.