diff options
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r-- | perl/Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 456d45bf40..424890a1a4 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -27,6 +27,8 @@ MAKE_FRAG my %pm = ( 'Git.pm' => '$(INST_LIBDIR)/Git.pm', 'Git/I18N.pm' => '$(INST_LIBDIR)/Git/I18N.pm', + 'Git/SVN/Fetcher.pm' => '$(INST_LIBDIR)/Git/SVN/Fetcher.pm', + 'Git/SVN/Prompt.pm' => '$(INST_LIBDIR)/Git/SVN/Prompt.pm', ); # We come with our own bundled Error.pm. It's not in the set of default |