Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Starter CPAN distribution.

Report information
The Basics
Id: 48723
Status: resolved
Priority: 0/
Queue: Module-Starter

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.52
Fixed in: (no value)



Subject: Add metadata to META.yml: homepage, repository, bugtracker
Add metadata to META.yml: - homepage - repository - bugtracker Patch is coming.
Subject: [PATCH] Add metadata to META.yml: homepage, repository, bugtracker
Here is the patch.
# RT48723 Add metadata # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -urp --binary "Module-Starter-1.52\Makefile.PL" "Module-Starter-1.52.RT48723\Makefile.PL" Index: ./Makefile.PL --- ./Makefile.PL Mon Jul 27 08:14:44 2009 +++ ./Makefile.PL Fri Aug 14 18:42:38 2009 @@ -18,6 +18,15 @@ WriteMakefile( 'Getopt::Long' => 0, 'Pod::Usage' => 0, }, + (! eval { ExtUtils::MakeMaker->VERSION(6.46) } ? () : + (META_ADD => { + resources => { + homepage => 'http://code.google.com/p/module-starter/', + repository => 'http://module-starter.googlecode.com/svn/trunk/', + bugtracker => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Starter', + }, + }) + ), dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Module-Release-*' }, ); #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Fri Aug 14 18:59:02 2009 # Generated by : makepatch 2.03 # Recurse directories : Yes # Excluded files : (\A|/).*\~\Z # (\A|/).*\.a\Z # (\A|/).*\.bak\Z # (\A|/).*\.BAK\Z # (\A|/).*\.elc\Z # (\A|/).*\.exe\Z # (\A|/).*\.gz\Z # (\A|/).*\.ln\Z # (\A|/).*\.o\Z # (\A|/).*\.obj\Z # (\A|/).*\.olb\Z # (\A|/).*\.old\Z # (\A|/).*\.orig\Z # (\A|/).*\.rej\Z # (\A|/).*\.so\Z # (\A|/).*\.Z\Z # (\A|/)\.del\-.*\Z # (\A|/)\.make\.state\Z # (\A|/)\.nse_depinfo\Z # (\A|/)core\Z # (\A|/)tags\Z # (\A|/)TAGS\Z # p "Makefile.PL" 1177 1250268158 0100666 #### End of ApplyPatch data #### #### End of Patch kit [created: Fri Aug 14 18:59:02 2009] #### #### Patch checksum: 54 2103 60611 #### #### Checksum: 72 2747 48180 ####
Hi. Thank you for the ticket AND for the patch! We have resolved this issue in version 1.54, available on CPAN at http://search.cpan.org/~petdance/Module-Starter-1.54/. Thanks again for helping Module::Starter. Sawyer X. (on behalf of the Module::Starter team)