Skip to content

Commit

Permalink
update makefile.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
gzqx committed Mar 6, 2024
1 parent 016b315 commit 18cb09b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
32 changes: 32 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 5 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 18cb09b

Please sign in to comment.