Skip to content

Commit

Permalink
Update docs and bump version for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Apr 26, 2012
1 parent 8e50a5a commit 3ba14ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.pod
Expand Up @@ -150,6 +150,15 @@ scale it. For example, with a sample rate of 0.2, the metric values
will be multiplied by 5. will be multiplied by 5.




=cut

=head2 C<gauge($stat, $gauge)>

Log arbitrary values.

Net::Statsd::gauge('some.thing', 15);


=cut =cut


=head2 C<send(\%data, $sample_rate = 1)> =head2 C<send(\%data, $sample_rate = 1)>
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Cosimo Streppone copyright_holder = Cosimo Streppone
copyright_year = 2012 copyright_year = 2012


version = 0.03 version = 0.04


[@Basic] [@Basic]
[PkgVersion] [PkgVersion]
Expand Down

0 comments on commit 3ba14ff

Please sign in to comment.