Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2008 17:01:10 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-MooseX-StrictConstructor Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200810241701.m9OH1AAR074484@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glarkin     2008-10-24 17:01:10 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-StrictConstructor Makefile distinfo pkg-descr 
                                      pkg-plist 
  Log:
  Simply loading the MooseX::StrictConstructor module makes your
  constructors "strict". If your constructor is called with an attribute
  init argument that your class does not declare, then it calls
  "Carp::confess()". This is a great way to catch small typos.
  
  WWW:    http://search.cpan.org/dist/MooseX-StrictConstructor/
  
  Revision  Changes    Path
  1.3230    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/p5-MooseX-StrictConstructor/Makefile (new)
  1.1       +3 -0      ports/devel/p5-MooseX-StrictConstructor/distinfo (new)
  1.1       +6 -0      ports/devel/p5-MooseX-StrictConstructor/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-MooseX-StrictConstructor/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810241701.m9OH1AAR074484>