Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2006 16:13:14 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-IO-Null Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200606101613.k5AGDEbc054422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
erwin       2006-06-10 16:13:14 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-IO-Null     Makefile distinfo pkg-descr pkg-plist 
  Log:
  IO::Null
  ========
  
  Calling a constructor of this class always succeeds, returning a new
  null filehabdle. Writing to any object of this class is always a no-
  operation, and returns true. Reading from any object of this class is
  always nooperation, and returns empty-string or empty-list, as
  appropriate.
  
  WWW: http://search.cpan.org/dist/IO-Null/
  
  PR:             ports/98723
  Submitted by:   Rouslan Iskhakov <rouslan@rshell.net>
  
  Revision  Changes    Path
  1.2267    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-IO-Null/Makefile (new)
  1.1       +3 -0      ports/devel/p5-IO-Null/distinfo (new)
  1.1       +10 -0     ports/devel/p5-IO-Null/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-IO-Null/pkg-plist (new)



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