Update SVN.pm
commit49034e1658cac1419267be0e1397c558bf34451c
authorRomanBelinsky <belinsky.roman@gmail.com>
Tue, 11 Feb 2014 16:23:02 +0000 (11 18:23 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Feb 2014 18:42:41 +0000 (17 12:42 -0600)
tree329c65b3fa60398c61f5ff2095cc4b3be9e107fe
parent3f6e275818ef3cdb62867c5a92432ca6f99061bc
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