[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Trouble building a package



Y'all,

   I am trying to build a package for installation and I seem to be 
having trouble doing it.  The hierarchy is as follows:

Automation_0.05
   blib
     lib
       Mac
         Automation.pm
       MacPPC
         auto
           Mac
             Automation
               Automation
   Changes
   Makefile.PL
   MANIFEST
   t
     MoveMouse.t

My Manifest looks like:
----------------------------------------------------

Changes
Makefile.PLAutomation
MANIFEST
blib/lib/Mac/Automation.pm
blib/lib/MacPPC/auto/Mac/Automation/Automation
t/MoveMouse.t

----------------------------------------------------

and my MakeFile.PL looks like

----------------------------------------------------

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
     'NAME'	=> 'Mac::Automation',
     'VERSION_FROM' => 'Automation.pm', # finds $VERSION
     'LIBS'	=> [''],   # e.g., '-lm'
     'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING'
     'INC'	=> '',     # e.g., '-I/usr/include/other'
);

----------------------------------------------------

However, when drop this on installme.plx I get the error

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?

Any help would be appreciated.

Thanks!
-Andrew
/*-------------------------------------------------------------
Andrew O. Mellinger                  Direct: (503) 222-2887 x20
Critical Path Software, Inc.               Main: (503) 222-2922
General Specialist                          Fax: (503) 222-3020
mailto:andrew@criticalpath.com      http://www.criticalpath.com
-------------------------------------------------------------*/

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org