Add pod for sub new in View.pm.
Amiri Barksdale [Wed, 2 Jun 2010 13:23:55 +0000 (13:23 +0000)]
lib/DBIx/Class/ResultSource/View.pm

index 3cf5cf8..09b9662 100644 (file)
@@ -153,6 +153,14 @@ sub from {
     return $self->name;
 }
 
+=head1 OTHER METHODS
+
+=head2 new
+
+The constructor.
+
+=cut
+
 sub new {
     my ( $self, @args ) = @_;
     my $new = $self->next::method(@args);