diff --git a/.gitignore b/.gitignore index dbe9c82..0dc7609 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -.vscode/ \ No newline at end of file +.vscode/ +App-LastStats-*.tar.gz +App-LastStats-*/ +MYMETA.json +MYMETA.yml +Makefile +blib/ +pm_to_blib diff --git a/Makefile.PL b/Makefile.PL index 77e1af1..530f575 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,11 +4,24 @@ WriteMakefile( NAME => 'App::LastStats', VERSION_FROM => 'lib/App/LastStats.pm', ABSTRACT_FROM => 'lib/App/LastStats.pm', - AUTHOR => 'Your Name ', + AUTHOR => 'Dave Cross ', LICENSE => 'perl', PREREQ_PM => { 'Net::LastFM' => 0, 'Getopt::Long' => 0, 'JSON' => 0, }, + META_MERGE => { + 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'git://github.com/davorg-cpan/app-laststats.git', + web => 'https://github.com/davorg-cpan/app-laststats', + }, + bugtracker => { + "web" => "https://github.com/davorg-cpan/app-laststats/issues" + } + }, + }, ); diff --git a/bin/laststats b/bin/laststats index 08453d1..1fd5b95 100755 --- a/bin/laststats +++ b/bin/laststats @@ -58,9 +58,10 @@ The time period for the stats. Can be "overall", "7day", "1month", "3month", "6m =head1 AUTHOR -Your Name +Dave Cross =head1 LICENSE This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself. +=cut diff --git a/lib/App/LastStats.pm b/lib/App/LastStats.pm index 49038e1..d7749c5 100644 --- a/lib/App/LastStats.pm +++ b/lib/App/LastStats.pm @@ -164,9 +164,10 @@ Fetches the Last.fm statistics for the specified user and time period. =head1 AUTHOR -Your Name +Dave Cross =head1 LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. +=cut