diff options
author | Christian Couder <christian.couder@gmail.com> | 2017-11-05 22:38:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-07 10:26:01 +0900 |
commit | 0fe8d516bb70c675fc9cea9339247b01f7e96cad (patch) | |
tree | 7b6ef8b926e34f0cbb3f0865224201b53446de71 /perl/Makefile | |
parent | t0021/rot13-filter: add capability functions (diff) | |
download | tgif-0fe8d516bb70c675fc9cea9339247b01f7e96cad.tar.xz |
Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuse
And while at it let's simplify t0021/rot13-filter.pl by
using Git/Packet.pm.
This will make it possible to reuse packet related
functions in other test scripts.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl/Makefile')
-rw-r--r-- | perl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile b/perl/Makefile index 15d96fcc7a..f657de20e3 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -30,6 +30,7 @@ instdir_SQ = $(subst ','\'',$(prefix)/lib) modules += Git modules += Git/I18N modules += Git/IndexInfo +modules += Git/Packet modules += Git/SVN modules += Git/SVN/Memoize/YAML modules += Git/SVN/Fetcher |