Hi Folks

I need help with this one...

Here's the message with context:
====<>8====
[EMAIL PROTECTED]:~/perl-modules/Local-Application-1.23$ !561
build.module.pl Local-Application 1.23
Processing Local-Application V 1.23.
Added to MANIFEST: assets/css/local/default.css
Added to MANIFEST: assets/templates/local/application/content.tmpl
Added to MANIFEST: assets/templates/local/application/menu.tmpl
Added to MANIFEST: Build.bat
Added to MANIFEST: Build.PL
Added to MANIFEST: Changes.txt
Added to MANIFEST: examples/app.fcgi
Added to MANIFEST: examples/old.app.fcgi
Added to MANIFEST: lib/Local/Application.pm
Added to MANIFEST: lib/Local/Application/MainMenu.pm
Added to MANIFEST: lib/Local/Application/OldApp.pm
Added to MANIFEST: lib/Local/Application/Pod2html.pm
Added to MANIFEST: Makefile.PL
Added to MANIFEST: MANIFEST
Added to MANIFEST: MANIFEST.SKIP
Added to MANIFEST: README
Added to MANIFEST: t/pod.t
Added to MANIFEST: t/test.t
Can't call method "ur" without a package or object reference at (eval
34) line 8, <GEN10> line 10.

WARNING: Possible missing or corrupt 'MANIFEST' file.
Nothing to enter for 'provides' field in META.yml
Can't call method "ur" without a package or object reference at (eval
34) line 8, <GEN10> line 10.

WARNING: Possible missing or corrupt 'MANIFEST' file.
Nothing to enter for 'provides' field in META.yml
====<>8====

and here's Build.PL:
====><8====
use Module::Build;

Module::Build -> new
(
        module_name   => 'Local::Application',
        license       => 'artistic',
        dist_abstract => 'Local::Application',
        dist_author   => 'Ron Savage <[EMAIL PROTECTED]>',
        requires      =>
        {
                CGI::Application::Dispatch => 0,
                CGI::Simple                => 0,
                File::Path                 => 0,
                Local::Config              => 0,
        },
) -> create_build_script();
====><8====

and here's MANIFEST:
====><8====
assets/css/local/default.css
assets/templates/local/application/content.tmpl
assets/templates/local/application/menu.tmpl
Build.bat
Build.PL
Changes.txt
examples/app.fcgi
examples/old.app.fcgi
lib/Local/Application.pm
lib/Local/Application/MainMenu.pm
lib/Local/Application/OldApp.pm
lib/Local/Application/Pod2html.pm
Makefile.PL
MANIFEST                        This list of files
MANIFEST.SKIP
README
t/pod.t
t/test.t
META.yml
====><8====

I've searched various Module::Build::*.pm files for 'self->ur' but can't
find it.

Pretty please, help! I can't wait for Christmas for this wish to be
granted...
-- 
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html


Reply via email to