From 18cb09b750aa09ab0aa37679f3648342689d6158 Mon Sep 17 00:00:00 2001 From: gzqx <24262751+gzqx@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:18:20 +0800 Subject: [PATCH] update makefile.pl --- META.yml | 32 ++++++++++++++++++++++++++++++++ Makefile.PL | 9 +++++---- 2 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 META.yml diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..ef975fa --- /dev/null +++ b/META.yml @@ -0,0 +1,32 @@ +--- +abstract: '42' +author: + - 'Arthur Dent' +build_requires: + ExtUtils::MakeMaker: 6.36 +configure_requires: + ExtUtils::MakeMaker: 6.36 +distribution_type: module +dynamic_config: 1 +generated_by: 'Module::Install version 1.21' +license: unknown +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: 'STUPID RSS GENERATOR' +no_index: + directory: + - inc +requires: + Clone: '0.46' + Getopt::Long: '2.54' + HTML::TreeBuilder: '5.07' + IO::Prompter: '0.005001' + LWP::UserAgent: '6.76' + Lingua::ZH::Numbers: '0.04' + Module0: 0 + Time::Piece: '1.3401' + URI: '5.27' + XML::RSS: '1.63' + YAML::Tiny: '1.74' +version: 0.01 diff --git a/Makefile.PL b/Makefile.PL index 50fc23f..30d162a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,10 @@ use inc::Module::Install; -name 'STUPID RSS GENERATOR'; -abstract '42'; -author 'Arthur Dent'; -include 'Module::AutoInstall'; +name 'STUPID RSS GENERATOR'; +abstract '42'; +author 'Arthur Dent'; +include 'Module::AutoInstall'; +version_from 'stupid_rss_generator.pl'; requires 'Module0';