From: Jonathan Nieder Date: Fri, 15 Jun 2012 18:05:05 +0000 (-0500) Subject: perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too X-Git-Tag: v1.7.11~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1fd8f97f6e2c5f928e7399adb59b6d87ac82eb08?ds=inline;hp=1fd8f97f6e2c5f928e7399adb59b6d87ac82eb08 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 Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---