Re: [PATCH v5 04/40] Add Git/Packet.pm from parts of t0021/rot13-filter.pl

2017-08-04 Thread Christian Couder
On Thu, Aug 3, 2017 at 9:11 PM, Junio C Hamano wrote: >> diff --git a/perl/Git/Packet.pm b/perl/Git/Packet.pm >> new file mode 100644 >> index 00..aaffecbe2a >> --- /dev/null >> +++ b/perl/Git/Packet.pm >> @@ -0,0 +1,71 @@ >> +package Git::Packet; >> +use 5.008; >>

Re: [PATCH v5 04/40] Add Git/Packet.pm from parts of t0021/rot13-filter.pl

2017-08-03 Thread Junio C Hamano
Christian Couder writes: > This will make it possible to reuse packet reading and writing > functions in other test scripts. > > Signed-off-by: Christian Couder > --- > perl/Git/Packet.pm | 71 >

[PATCH v5 04/40] Add Git/Packet.pm from parts of t0021/rot13-filter.pl

2017-08-03 Thread Christian Couder
This will make it possible to reuse packet reading and writing functions in other test scripts. Signed-off-by: Christian Couder --- perl/Git/Packet.pm | 71 ++ 1 file changed, 71 insertions(+) create mode 100644