[Gimp-user] new gimp from old perl scripts ..versions conflict?
act at trixtar.org
act at trixtar.org
Sun Mar 8 21:39:03 PDT 2009
Owen wrote:
>
> What do you get when you check your modules for Gimp?
>
> # perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted
> => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
> |grep Gimp
That's a nice oneliner! :-)
I get some 3700 lines of output listing almost the entire
perl tree of 81 mb's & 5000 files, all under /usr/lib/perl5
and including every .pm I have ever seen or thought
possible.
I 'think' there may be an installation problem. I really
don't understand why perl can't 'find' what's only a couple
of planks from where it's at. Here's the perl lib tree
/usr/lib/perl5/
5.10.0
nothing gimp
site_perl
5.10.0
nothing gimp
vendor_perl
5.10.0
nothing gimp
5.8.8
i586-linux-thread-multi
Gimp
bunch of .pm's
Gimp.pm
> Have a look at http://search.cpan.org/search?query=gimp&mode=all
> and try install the missing modules
> I am unsure as to the currency of Gimp-Perl or Perl-Gimp (name I think
> depends on distro)
In this case it may be an attempt to differentiate between
the 1.x gimp series and 2.x and also to bring the naming
scheme closer to what it's supposed to. Looks like
essentially similar stuff in the packages.
More information about the Gimp-user
mailing list