From: Amiri Barksdale Date: Wed, 2 Jun 2010 13:23:55 +0000 (+0000) Subject: Add pod for sub new in View.pm. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f2aeb09bd5da54669a9224f7a50144771c16a3c;p=dbsrgits%2FDBIx-Class-Historic.git Add pod for sub new in View.pm. --- diff --git a/lib/DBIx/Class/ResultSource/View.pm b/lib/DBIx/Class/ResultSource/View.pm index 3cf5cf8..09b9662 100644 --- a/lib/DBIx/Class/ResultSource/View.pm +++ b/lib/DBIx/Class/ResultSource/View.pm @@ -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);