]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commitdiff
Add missing bullets to POD items
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:55:34 +0000 (16:55 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:55:34 +0000 (16:55 -0300)
lib/Scalar/Vec/Util.pm

index a370396bf09651ce46df8b2a2be94b4b331b6005..784890c2c0cba78c5c8109740e0ee3b538ec942a 100644 (file)
@@ -255,7 +255,9 @@ The C<_pp> entries are the pure Perl versions, whereas C<_bv> are L<Bit::Vector>
 
 =over 4
 
-=item This is for perl 5.8.8 on a Core 2 Duo 2.66GHz machine (unit is 64 bits).
+=item *
+
+This is for perl 5.8.8 on a Core 2 Duo 2.66GHz machine (unit is 64 bits).
 
     Filling bits at a given position :
                   Rate vfill_pp vfill_bv    vfill
@@ -281,7 +283,9 @@ The C<_pp> entries are the pure Perl versions, whereas C<_bv> are L<Bit::Vector>
     veq_bv  32777/s  35241%      --    -94%
     veq    505828/s 545300%   1443%      --
 
-=item This is for perl 5.10.0 on a Pentium 4 3.0GHz (unit is 32 bits).
+=item *
+
+This is for perl 5.10.0 on a Pentium 4 3.0GHz (unit is 32 bits).
 
                  Rate vfill_pp vfill_bv    vfill
     vfill_pp    185/s       --    -100%    -100%
@@ -303,7 +307,9 @@ The C<_pp> entries are the pure Perl versions, whereas C<_bv> are L<Bit::Vector>
     veq_bv  17518/s  51190%      --    -91%
     veq    192181/s 562591%    997%      --
 
-=item This is for perl 5.10.0 on an UltraSPARC-IIi (unit is 8 bits).
+=item *
+
+This is for perl 5.10.0 on an UltraSPARC-IIi (unit is 8 bits).
 
                 Rate vfill_pp    vfill vfill_bv
     vfill_pp  4.23/s       --    -100%    -100%