File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# GTK YouTube Viewer
1717# Created on: 12 September 2010
18- # Latest edit on: 29 March 2025
18+ # Latest edit on: 22 April 2025
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
@@ -48,7 +48,7 @@ sub devel_path {
4848
4949use if $DEVEL , lib => $DEVEL && catdir(devel_path(), ' lib' );
5050
51- use WWW::YoutubeViewer v3.11.5 ;
51+ use WWW::YoutubeViewer v3.11.6 ;
5252use WWW::YoutubeViewer::RegularExpressions;
5353
5454binmode (STDOUT , ' :utf8' );
Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# youtube-viewer
1717# Created on: 02 June 2010
18- # Latest edit on: 29 March 2025
18+ # Latest edit on: 22 April 2025
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
@@ -82,7 +82,7 @@ sub devel_path {
8282
8383use if $DEVEL , lib => $DEVEL && catdir(devel_path(), ' lib' );
8484
85- use WWW::YoutubeViewer v3.11.5 ;
85+ use WWW::YoutubeViewer v3.11.6 ;
8686use WWW::YoutubeViewer::RegularExpressions;
8787
8888binmode (STDOUT , ' :utf8' );
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
4444
4545=cut
4646
47- our $VERSION = ' 3.11.5 ' ;
47+ our $VERSION = ' 3.11.6 ' ;
4848
4949=head1 SYNOPSIS
5050
You can’t perform that action at this time.
0 commit comments