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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to