cvs commit: ports/devel Makefile ports/devel/p5-Tie-Restore Makefile distinfo pkg-descr pkg-plist

Yen-Ming Lee leeym at FreeBSD.org
Wed Apr 19 09:16:14 UTC 2006


leeym       2006-04-19 09:16:12 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Tie-Restore Makefile distinfo pkg-descr pkg-plist 
  Log:
  - add p5-Tie-Restore 0.11
  
  Provides the opposite of the 'tied' function.  Say you have %hash that
  is tied to $object.  Then, it is relatively simple to get $object from
  %hash simply by saying
  
   $object = tied %hash;
  
  But, how does one go the other way?  Simple, with Tie::Restore
  
   tie %hash, 'Tie::Restore', $object;
  
  Works for any kind of tie. (scalar, array, hash, filehandle)
  
  Revision  Changes    Path
  1.2175    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-Tie-Restore/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Tie-Restore/distinfo (new)
  1.1       +13 -0     ports/devel/p5-Tie-Restore/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Tie-Restore/pkg-plist (new)


More information about the cvs-ports mailing list