Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Loader CPAN distribution.

Report information
The Basics
Id: 79481
Status: resolved
Priority: 0/
Queue: DBIx-Class-Schema-Loader

People
Owner: Nobody in particular
Requestors: hanekomu [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: Marcel Gruenauer <hanekomu [...] gmail.com>
Subject: [PATCH] set POD encoding to utf8 so Test::Pod doesn't complain
Date: Thu, 6 Sep 2012 15:14:04 +0200
To: bug-DBIx-Class-Schema-Loader [...] rt.cpan.org
From: Marcel Gruenauer <hanekomu [...] gmail.com>
--- lib/DBIx/Class/Schema/Loader.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index f1ba452..e312811 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -29,6 +29,8 @@ __PACKAGE__->mk_group_accessors('inherited', qw/ /); __PACKAGE__->_loader_args({}); +=encoding utf8 + =head1 NAME DBIx::Class::Schema::Loader - Create a DBIx::Class::Schema based on a database -- 1.7.12
Applied in 0.07031, thanks for the patch! For some reason 02pod.t passed on my machine, even though I have the latest Test::Pod.