jacquesg/p5-Git-Raw

cpan install doesn't include Git::Raw::Push

sedninja opened this issue · 1 comments

Recently pulling from cpan it seems not all package contents are being compiled.

root@drop:/run# uname -r
2.6.32-504.8.1.el6.x86_64
root@drop:/run# cpan Git::Raw
..........
# build process
..........
  JACQUESG/Git-Raw-0.51.tar.gz
  /usr/bin/make install  -- OK
root@drop:/run# perl -c -mGit::Raw -e "print OK\n"
-e syntax OK
root@drop:/run# perl -c -mGit::Raw::Push -e "print OK\n"
Can't locate Git/Raw/Push.pm in @INC (you may need to install the Git::Raw::Push module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .).
BEGIN failed--compilation aborted.
root@drop:/run# cpan Git::Raw::Push
..........
# build process
..........
  JACQUESG/Git-Raw-0.50.tar.gz
  /usr/bin/make install  -- OK
root@drop:/run/desman# perl -c -mGit::Raw::Push -e "print OK\n"      
-e syntax OK

Based on the version info, it seems like Git-Raw-0.51 does not include the Push package. Is this intentional?

I see the commit history here does in fact explain this issue. I am marking closed.