Skip to content

Commit c381827

Browse files
author
nipotan
committed
debug to release
1 parent 02cf712 commit c381827

File tree

12 files changed

+1316
-671
lines changed

12 files changed

+1316
-671
lines changed

Changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Revision history for Perl extension URI::Escape::JavaScript
22

3+
0.04 Fri Mar 5 11:13:41 2010
4+
- fixed in unescape(), was failed unescaping if the argument string
5+
was included some escaped patterns that are able to be seen a long
6+
(over 4 characters) hexdecimal string.
7+
currently, it substitutes only 4 characters behind "%u" to
8+
an unescaped character.
9+
(reported by Marinus).
10+
https://rt.cpan.org/Ticket/Display.html?id=55175
11+
312
0.03 Thu Apr 23 19:01:27 2009
413
- fixed in unescape(), if odd number hexadecimal characters are
514
placed on behind "%u", it will be failed to capture.

META.yml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
abstract: A perl implementation of JavaScript's escape() and unescape() functions
2-
author: Koichi Taniguchi <taniguchi@livedoor.jp>
3-
build_requires:
1+
---
2+
abstract: 'A perl implementation of JavaScript''s escape() and unescape() functions'
3+
author:
4+
- 'Koichi Taniguchi <taniguchi@livedoor.jp>'
5+
build_requires:
6+
ExtUtils::MakeMaker: 6.42
47
Test::More: 0
8+
configure_requires:
9+
ExtUtils::MakeMaker: 6.42
510
distribution_type: module
6-
generated_by: Module::Install version 0.64
11+
generated_by: 'Module::Install version 0.94'
712
license: perl
13+
meta-spec:
14+
url: http://module-build.sourceforge.net/META-spec-v1.4.html
15+
version: 1.4
816
name: URI-Escape-JavaScript
9-
no_index:
10-
directory:
17+
no_index:
18+
directory:
1119
- inc
1220
- t
13-
requires:
21+
requires:
1422
Encode: 2.12
1523
perl: 5.8.1
16-
version: 0.02
24+
resources:
25+
license: http://dev.perl.org/licenses/
26+
version: 0.04

0 commit comments

Comments
 (0)