Bug 149524 - New port: devel/p5-MooseX-FollowPBP Name your accessors get_foo() and set_foo()
Summary: New port: devel/p5-MooseX-FollowPBP Name your accessors get_foo() and set_foo()
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 13:50 UTC by Frederic Culot
Modified: 2010-08-12 13:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.65 KB, text/plain)
2010-08-11 13:50 UTC, Frederic Culot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Culot 2010-08-11 13:50:01 UTC
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are
separated into get and set methods. The get methods are prefixed with
"get_" as the accessor, while set methods are prefixed with "set_".
This is the naming style recommended by Damian Conway in Perl Best
Practices.

This module is needed for updating biology/p5-Bio-MAGETAB.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2010-08-11 17:39:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2010-08-12 13:33:38 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-08-12 13:35:20 UTC
bapt        2010-08-12 12:32:38 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-FollowPBP Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  This module does not provide any methods. Simply loading it changes the
  default naming policy for the loading class so that accessors are
  separated into get and set methods. The get methods are prefixed with
  "get_" as the accessor, while set methods are prefixed with "set_".
  This is the naming style recommended by Damian Conway in Perl Best
  Practices.
  
  WWW: http://search.cpan.org/dist/MooseX-FollowPBP/
  
  PR:             ports/149524
  Submitted by:   Frederic Culot <frederic at culot.org>
  Approved by:    rene@ (mentor vacation)
  
  Revision  Changes    Path
  1.4006    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/p5-MooseX-FollowPBP/Makefile (new)
  1.1       +3 -0      ports/devel/p5-MooseX-FollowPBP/distinfo (new)
  1.1       +8 -0      ports/devel/p5-MooseX-FollowPBP/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-MooseX-FollowPBP/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"