From 31d0740be0a8180a699d85e207cab91a84a00aeb Mon Sep 17 00:00:00 2001 From: Chip Black Date: Sat, 29 Mar 2014 14:45:23 -0500 Subject: [PATCH] Fix some docs for Blerg::Database --- lib/perl/Blerg-Database/lib/Blerg/Database.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/perl/Blerg-Database/lib/Blerg/Database.pm b/lib/perl/Blerg-Database/lib/Blerg/Database.pm index 0101a9d..132e080 100644 --- a/lib/perl/Blerg-Database/lib/Blerg/Database.pm +++ b/lib/perl/Blerg-Database/lib/Blerg/Database.pm @@ -27,7 +27,7 @@ our @EXPORT = qw( ); -our $VERSION = '1.8.1'; +our $VERSION = '1.9.0'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() @@ -175,9 +175,10 @@ sub ref_tag_list { 1; __END__ -=encoding utf8 =head1 NAME +=encoding utf8 + Blerg::Database - Perl extension for reading Blërg! databases =head1 SYNOPSIS -- 2.25.1