Bug 102681

Summary: [NEW PORT] devel/p5-Object-Array: Array references with accessors
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Object-Array-0.060.shar none

Description gslin 2006-08-30 10:00:38 UTC
Several of these methods do not behave exactly like their builtin
counterparts.

Specifically, any method that you would expect to return a list does
so, but only in list context. In scalar context, these methods will
return an Object::Array object constructed from a copy of the list
that would have been returned.

WWW:	http://search.cpan.org/dist/Object-Array/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-30 10:00:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-30 04:56:39 UTC
clsung      2006-09-30 03:56:32 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Object-Array Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Object-Array 0.060, array references with accessors.
  
  PR:             ports/102681
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2462    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/p5-Object-Array/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Object-Array/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Object-Array/pkg-descr (new)
  1.1       +10 -0     ports/devel/p5-Object-Array/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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-30 04:56:56 UTC
State Changed
From-To: open->closed

New port added. Thank You.