Description: Replace warning by doc entry
 By default, Apache::Session::Browseable produces a warning that prevent users
 that they have to use a sub module. Since autopkgtest doesn't accept any
 output, this patch replaces this warning by a POD entry.
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: no
Last-Update: 2016-07-06

--- libapache-session-browseable-perl-1.2.2.orig/lib/Apache/Session/Browseable.pm
+++ libapache-session-browseable-perl-1.2.2/lib/Apache/Session/Browseable.pm
@@ -2,8 +2,6 @@ package Apache::Session::Browseable;
 
 our $VERSION = '1.2.2';
 
-print STDERR "Use a sub module of Apache::Session::Browseable such as Apache::Session::Browseable::File";
-
 1;
 __END__
 
@@ -11,6 +9,8 @@ __END__
 
 Apache::Session::Browseable - Add index and search methods to Apache::Session
 
+Use a sub module of Apache::Session::Browseable such as Apache::Session::Browseable::File
+
 =head1 SYNOPSIS
 
   use Apache::Session::Browseable::MySQL;
