Extension cloneticket-withdata install on 3.8.8

I am having problems with the install of the Extension
cloneticket-withdata (using 892fcbe source ), on RT 3.8.8

When I run: perl Makefile.PL
I receive the error:

Can’t locate inc/Module/Install.pm in @INC (@INC contains:
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8
.) at Makefile.PL line 1.

My perl includes:
perl -V

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.18-128.1.10.el5,
archname=x86_64-linux-thread-multi
uname='linux ls20-bc2-13.build.redhat.com 2.6.18-128.1.10.el5 #1
smp wed apr 29 13:53:08 edt 2009 x86_64 x86_64 x86_64 gnulinux ’


Built under linux
Compiled at Jul 2 2009 05:49:38
@INC:
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/5.8.8
.

Any suggestions on how to fix it?? From what I read,
cloneticket-withdata is the
updated/improved version of the old Extension-ForkTicket.

Thanks

I am having problems with the install of the Extension
cloneticket-withdata (using 892fcbe source ), on RT 3.8.8

If you’re building from git, you likely need to install
Module::Install:RTx (which will also get you Module::Install)

The git repo doesn’t contain inc/ which would be shipped in a release
tarball

-kevin