Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89a41d0

Browse files
author
Jan Henning Thorsen
committed
Released version 1.15
- Add support for Jitsi links
1 parent85f905f commit89a41d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎Changes‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for perl distribution LinkEmbedder
22

3-
1.15Not Released
3+
1.152020-11-25T10:43:25+0900
44
- Add support for Jitsi links
55

66
1.14 2020-09-21T08:47:37+0900

‎Makefile.PL‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use utf8;
33
use ExtUtils::MakeMaker;
44
my%WriteMakefileArgs = (
55
NAME=>'LinkEmbedder',
6-
AUTHOR=>'Joel Berger <joel.a.berger@gmail.com>',
6+
AUTHOR=>'Jan Henning Thorsen <jhthorsen@cpan.org>',
77
LICENSE=>'artistic_2',
88
ABSTRACT_FROM=>'lib/LinkEmbedder.pm',
99
VERSION_FROM=>'lib/LinkEmbedder.pm',

‎lib/LinkEmbedder.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use constant TLS => eval { require IO::Socket::SSL; IO::Socket::SSL->VERSION('2.
1111

1212
use constantDEBUG=>$ENV{LINK_EMBEDDER_DEBUG} || 0;
1313

14-
our$VERSION ='1.14';
14+
our$VERSION ='1.15';
1515

1616
my$PROTOCOL_RE =qr!^(\w+):\w+!i;# Examples: mail:, spotify:, ...
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp