Update SVN.pm
commitec33872d17c60f1f16908478e8ae2d33f96c94c2
authorRomanBelinsky <belinsky.roman@gmail.com>
Tue, 11 Feb 2014 16:23:02 +0000 (11 18:23 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:47 +0000 (10 13:53 -0500)
treee3876f3ac9ce5fff0c41053bc3aa3b0b218b8dd0
parent7cefc1ce094895f9cf7358f1930e050ecf6da3de
Update SVN.pm

fix parsing error for dates like:
2014-01-07T5:58:36.048176Z
previous regex can parse only:
2014-01-07T05:58:36.048176Z
reproduced in my svn repository during conversion.
perl/Git/SVN.pm