summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm
index f63d322c74..425c4bdb4e 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/Plugin/Specfile.pm
@@ -14,7 +14,12 @@ CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plug
test Acme::Meta
# disable
+ # if it is the last in plugin_list:
o conf plugin_list pop
+ # otherwise, determine the index to splice:
+ o conf plugin_list
+ # and then use splice, e.g. to splice position 3:
+ o conf plugin_list splice 3 1
=head1 DESCRIPTION
@@ -48,7 +53,7 @@ Andreas Koenig <andk@cpan.org>, Branislav Zahradnik <barney@cpan.org>
package CPAN::Plugin::Specfile;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use File::Path;
use File::Spec;