From ff493bcff39603db6ff47e911bc1ad3f5dc37b38 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 3 Jul 2009 13:27:05 -0500 Subject: formatting --- lib/MooseX/ABC.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/MooseX/ABC.pm b/lib/MooseX/ABC.pm index c8eec75..2ba828e 100644 --- a/lib/MooseX/ABC.pm +++ b/lib/MooseX/ABC.pm @@ -32,7 +32,11 @@ MooseX::ABC - abstract base classes for Moose =head1 DESCRIPTION -This module adds basic abstract base class functionality to Moose. Doing C turns the using class into an abstract class - it cannot be instantiated. It also allows you to mark certain methods in the class as L, meaning that if a class inherits from this class without implementing that method, it will die at compile time. +This module adds basic abstract base class functionality to Moose. Doing +C turns the using class into an abstract class - it cannot be +instantiated. It also allows you to mark certain methods in the class as +L, meaning that if a class inherits from this class without +implementing that method, it will die at compile time. =cut @@ -42,7 +46,9 @@ This module adds basic abstract base class functionality to Moose. Doing C