Skip to content

Commit

Permalink
Fixed POD error reported by Mats Erik Andersson
Browse files Browse the repository at this point in the history
  • Loading branch information
mschilli committed Feb 21, 2010
1 parent a153584 commit c5f6644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
######################################################################
Revision history for Perl extension Cache::Historical

0.04 (not yet released)
(ms) Fixed POD error reported by Mats Erik Andersson

0.03 2008/02/09
(ms) Using DB features for faster get_interpolated() now.
(ms) Added missing keys() method and test cases for keys()/values()
Expand Down
4 changes: 3 additions & 1 deletion Historical.pm
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,11 @@ SQLite files.
# update of a given key.
my $since = $cache->since_last_update( $key );
=back
=head1 LEGALESE
Copyright 2007-2008 by Mike Schilli, all rights reserved.
Copyright 2007-2010 by Mike Schilli, all rights reserved.
This program is free software, you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down

0 comments on commit c5f6644

Please sign in to comment.