https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6130
Summary: Add this bug tracker to the META.yml
Product: Spamassassin
Version: 3.2.5
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Building & Packaging
AssignedTo: [email protected]
ReportedBy: [email protected]
To help let people know which bug tracker they should use, add it to
Mail-SpamAssassin's META.yml. Sites like search.cpan.org will pick up on that
and use link to it rather than to the RT default.
Here's an example of its use in a Makefile.PL. This will add information to
the default META.yml. These are URLs from Test-Simple. Change them as
necessary for SA.
WriteMakefile(
...normal arguments...
# META_MERGE was added in MakeMaker 6.45
($mm_ver <= 6.45 ? () : (META_MERGE => {
resources => {
license => 'http://dev.perl.org/licenses/',
homepage => 'http://test-more.googlecode.com',
bugtracker => 'http://code.google.com/p/test-more/issues',
repository => 'http://github.com/schwern/test-more/tree/master',
MailingList => 'http://groups.google.com/group/test-more-users',
},
}))
);
The full spec for META.yml can be seen here:
http://module-build.sourceforge.net/META-spec.html
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.