Bug 26157: Hide expected DBI warnings from tests
[srvgit] / Koha / PseudonymizedTransactions.pm
index 524b3b1..06ea08a 100644 (file)
@@ -11,9 +11,8 @@ package Koha::PseudonymizedTransactions;
 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along
-# with Koha; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
 
@@ -44,6 +43,10 @@ sub _type {
     return 'PseudonymizedTransaction';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::PseudonymizedTransaction';
 }