perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too
commit1fd8f97f6e2c5f928e7399adb59b6d87ac82eb08
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 15 Jun 2012 18:05:05 +0000 (15 13:05 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jun 2012 20:24:06 +0000 (15 13:24 -0700)
tree649d1b2690ef7894b923dbecd6cf8de4bfab88e0
parentd22e567770866a0bbe746316561be50b521eb8a5
perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too

v1.7.11-rc1~12^2~2 (2012-05-27) and friends split some git-svn code
into separate modules but did not update the fallback rules to install
them when NO_PERL_MAKEMAKER is set.  Add the appropriate rules so
users without MakeMaker can use git-svn again.

Affected modules: Git::SVN::Prompt, Git::SVN::Fetcher,
Git::SVN::Editor, Git::SVN::Ra, Git::SVN::Memoize::YAML.

Reported-by: Adam Roben <adam@roben.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmali.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Makefile