diff options
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/META.yml b/META.yml deleted file mode 100644 index 103e8d0..0000000 --- a/META.yml +++ /dev/null @@ -1,85 +0,0 @@ ---- -abstract: 'A lightweight application for searching and streaming videos from YouTube, using the Invidious API and hypervideo support.' -author: - - 'Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.' - - 'Jesus E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>' -build_requires: - Test::More: '0' -configure_requires: - Module::Build: '0' -dynamic_config: 1 -generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: '1.4' -name: WWW-FairViewer -provides: - WWW::FairViewer: - file: lib/WWW/FairViewer.pm - version: v1.0.6 - WWW::FairViewer::Activities: - file: lib/WWW/FairViewer/Activities.pm - WWW::FairViewer::Authentication: - file: lib/WWW/FairViewer/Authentication.pm - WWW::FairViewer::Channels: - file: lib/WWW/FairViewer/Channels.pm - WWW::FairViewer::CommentThreads: - file: lib/WWW/FairViewer/CommentThreads.pm - WWW::FairViewer::GetCaption: - file: lib/WWW/FairViewer/GetCaption.pm - WWW::FairViewer::GuideCategories: - file: lib/WWW/FairViewer/GuideCategories.pm - WWW::FairViewer::Itags: - file: lib/WWW/FairViewer/Itags.pm - WWW::FairViewer::ParseJSON: - file: lib/WWW/FairViewer/ParseJSON.pm - WWW::FairViewer::ParseXML: - file: lib/WWW/FairViewer/ParseXML.pm - WWW::FairViewer::PlaylistItems: - file: lib/WWW/FairViewer/PlaylistItems.pm - WWW::FairViewer::Playlists: - file: lib/WWW/FairViewer/Playlists.pm - WWW::FairViewer::RegularExpressions: - file: lib/WWW/FairViewer/RegularExpressions.pm - WWW::FairViewer::Search: - file: lib/WWW/FairViewer/Search.pm - WWW::FairViewer::Subscriptions: - file: lib/WWW/FairViewer/Subscriptions.pm - WWW::FairViewer::Utils: - file: lib/WWW/FairViewer/Utils.pm - WWW::FairViewer::VideoCategories: - file: lib/WWW/FairViewer/VideoCategories.pm - WWW::FairViewer::Videos: - file: lib/WWW/FairViewer/Videos.pm -recommends: - JSON::XS: '0' - LWP::UserAgent::Cached: '0' - Mozilla::CA: '0' - Term::ReadLine::Gnu: '0' -requires: - Data::Dump: '0' - Encode: '0' - File::Path: '0' - File::Spec: '0' - File::Spec::Functions: '0' - Getopt::Long: '0' - HTTP::Request: '0' - JSON: '0' - LWP::Protocol::https: '0' - LWP::UserAgent: '0' - List::Util: '0' - MIME::Base64: '0' - Memoize: '0' - Term::ANSIColor: '0' - Term::ReadLine: '0' - Text::ParseWords: '0' - Text::Wrap: '0' - URI::Escape: '0' - perl: '5.016' -resources: - license: - - http://dev.perl.org/licenses/ - - https://www.gnu.org/licenses/gpl-3.0.html -version: v1.0.6 -x_serialization_backend: 'CPAN::Meta::YAML version 0.018' |