Add pod for sub new in View.pm.
[dbsrgits/DBIx-Class.git] / 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);