http://www.perlmonks.org?node_id=395011


in reply to Seeking Data::Swap, now replaced

Okay, I've just built a new split-off Data::Swap 0.05 and uploaded it to PAUSE. It should appear on CPAN soon.

It includes the bug-fixes and 'deref' function that were introduced together with Data::Alias, but works in perl 5.6.0 and later. It has also been tested on Win32.

Hopefully this rectifies the problem I created. Again my apologies for the inconvenience.

UPDATE: It has reached CPAN.

Replies are listed 'Best First'.
Re^2: Seeking Data::Swap, now replaced
by AndyH (Sexton) on Sep 30, 2004 at 06:31 UTC

    Many thanks.

    The speed and quality of response on this site never ceases to amaze me. Simply the *best* support resource I have ever found ...

    Have installed the newly released Data-Swap 0.05. Got this warning:

    'NO_META' is not a known MakeMaker parameter name

    when doing perl Makefile.PL but make, make test and make install all go OK and DBIx::Simple seems to remain happy, so I do as well ... (this is with perl 5.8.0 on Debian 2.4.18).

      Yes, just ignore that warning. It's a fairly recently introduced parameter that can be safely disregarded in older MakeMakers.

      Glad to hear it works for you.