X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=dist.ini;h=94255e0dc6d9a99d2f08ecd1d7ef7d10ae3a6130;hp=19832550ea7b3473309750a35586b2d2f36b3c85;hb=master;hpb=dce0d71ad34d70819aeed27b017b981b873a04e9 diff --git a/dist.ini b/dist.ini index 1983255..6b16485 100644 --- a/dist.ini +++ b/dist.ini @@ -11,22 +11,24 @@ skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopa skip = Devel/REPL/Plugin/CompletionDriver/ [@Author::ETHER] -:version = 0.025 --remove = PodWeaver -server = p5sagit +:version = 0.119 ; for installer -> EUMM dep +server = github +GithubMeta.remote = github installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1 -Authority.authority = cpan:PHAYLON +changes_version_columns = 11 +surgical_podweaver = 1 +authority = cpan:PHAYLON Test::MinimumVersion.max_target_perl = 5.008001 -remove = PodCoverageTests ; XXX TODO -remove = Test::PodSpelling ; XXX TODO --remove = Test::UnusedVars ; XXX TODO AutoPrereqs.finder = CoreModules Test::Compile.module_finder = CoreModules +StaticInstall.dry_run = 0 ; we can safely set this here -[ExecDir] -dir = script +; authordep Pod::Weaver::Section::AllowOverride -[ContributorsFromGit] +[MetaResources] +x_IRC = irc://irc.perl.org/#devel-repl [Prereqs / RuntimeRequires] Moose = 0.93 @@ -37,25 +39,8 @@ Task::Weaken = 0 [Prereqs / RuntimeRecommends] PPI::XS = 0.902 -[DynamicPrereqs] -; add all x_default=>1 optional prereqs to PREREQ_PM if not running -; interactively, or defaults explicitly requested. --raw = if ($ENV{PERL_MM_USE_DEFAULT} or --raw = not (-t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)))) { --raw = # optional feature defaults --raw = my %defaults = ( --raw = 'PPI' => '0', --raw = 'Data::Dump::Streamer' => '0', --raw = 'Data::Dumper::Concise' => '0', --raw = 'File::Next' => '0', --raw = 'B::Keywords' => '0', --raw = 'Lexical::Persistence' => '0', --raw = ); --raw = $WriteMakefileArgs{PREREQ_PM}{$_} = $FallbackPrereqs{$_} = $defaults{$_} foreach (keys %defaults); --raw = } - [OptionalFeature / Completion] -:version = 0.005 +:version = 0.017 -description = Completion plugin - extensible tab completion -always_recommend = 1 -default = 1 @@ -65,7 +50,7 @@ PPI = 0 -description = DDS plugin - better format results with Data::Dump::Streamer -always_recommend = 1 -default = 1 -Data::Dump::Streamer = 0 +Data::Dump::Streamer = 2.39 [OptionalFeature / DDC] -description = DDC plugin - even better format results with Data::Dumper::Concise @@ -105,7 +90,8 @@ Lexical::Persistence = 0 PPI = 0 [OptionalFeature / Nopaste] --description = Nopaste plugin - upload a session\'s input and output to a Pastebin +:version = 0.019 +-description = Nopaste plugin - upload a session's input and output to a Pastebin -always_recommend = 1 -default = 0 App::Nopaste = 0