At 17.35 -0700 2000.07.10, Andrew O. Mellinger wrote: >blib/lib/Mac/Automation.pm > 'VERSION_FROM' => 'Automation.pm', # finds $VERSION >No [My whole full path]:Automation_0.05 package data. > >Okay, so what "Package Data" is it expecting? My Automation.pm >starts off with with package Mac::Automation so I don't think that is >it. Does anyone have any idea what this thing is trying to tell me? VERSION_FROM needs to point to a full path. I often will put Automation.pm in the root directory, not under blib/. I only use blib/ for shared libraries, usually, put the main module in root, and put any supporting module files under lib. They all get moved properly to blib/ before installation anyway. I only put the shared libs in blib/ to begin with because they usually DON'T get moved for me. So, what is this module for? :) -- Chris Nandor | pudge@pobox.com | http://pudge.net/ Andover.Net | chris.nandor@andover.net | http://slashcode.com/ # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org