Mac::Glue Commits

pudge on 2003-04-24T05:20:28

I committed a bunch of changes to Mac::Glue, mostly for Mac OS X; those of you itching to play with it on Mac OS X might want to check it out. See http://projects.pudge.net for more information. Again, a bunch of cleanup is still needed for release, but it is one step closer.


testing nit?

prahl on 2003-04-24T14:16:36

Under stock Perl 5.6.0 in OS X, "make test" gives

Must be using CFM68K or PPC build of MacPerl

Also, is there a reason that 5.6.1 and not 5.6.0 is explictly mentioned in the docs?

Re:testing nit?

pudge on 2003-04-24T15:16:12

That's weird. Are you sure you have the right code? See around line 47 of Glue.pm:
# $Id: Glue.pm,v 1.7 2003/04/24 05:18:29 pudge Exp $
It is what is in CVS, not what is released.

The reason 5.6.1 is mentioned is that it was written for MacPerl, and there was never a 5.6.0 version of MacPerl. The only reference I found was in the README, which specifically mentioned MacPerl 5.6.1 ... that is not applicable to perl on Mac OS X (and the docs will, of course, be updated to reflect that before release).

Re:testing nit?

prahl on 2003-04-24T16:14:16

My mistake ... I grabbed an old released version. Sorry for the false alarm.