-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also created the XML::Axk::Bundle namespace.
- Loading branch information
Chris White
committed
Apr 26, 2019
1 parent
31c9885
commit c3c28c7
Showing
9 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,12 @@ my %opts = ( | |
}, | ||
}, | ||
|
||
x_authority => 'cpan:CXW', | ||
x_contributors => [ | ||
# Use CPAN emails where possible, so MetaCPAN will pick them up. | ||
'Christopher White <[email protected]>', | ||
], | ||
|
||
$provides ? (provides => $provides) : (), | ||
|
||
}, #META_MERGE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
=head1 NAME | ||
|
||
XML::Axk::Bundle - namespace for plugin bundles | ||
|
||
=head1 SYNOPSIS | ||
|
||
Axk can be extended with bundles. A bundle may implement a new backend | ||
or language, for example. For ease of installation, bundles should be | ||
distributed as CPAN distributions under the C<XML::Axk::Bundle::> namespace. | ||
For example, a new language might be C<XML::Axk::Bundle::LangFoo>. | ||
|
||
Names in the C<Bundle> namespace are first-come, first-served. Authors are | ||
requested to name language bundles starting with C<L> and backend bundles | ||
starting with C<B>, but other than that, have fun! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters