X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=dist.ini;h=b21abcaef8e8e6c165ab33630c464774a69a411d;hp=19832550ea7b3473309750a35586b2d2f36b3c85;hb=c8198236dc0b28d2f6e3a146e005cc39ce7aa2e8;hpb=dce0d71ad34d70819aeed27b017b981b873a04e9 diff --git a/dist.ini b/dist.ini index 1983255..b21abca 100644 --- a/dist.ini +++ b/dist.ini @@ -10,11 +10,14 @@ finder = :InstallModules skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopaste|PPI|Refresh)\.pm$ skip = Devel/REPL/Plugin/CompletionDriver/ +[PodVersion] + [@Author::ETHER] -:version = 0.025 +:version = 0.086 -remove = PodWeaver server = p5sagit installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1 +changes_version_columns = 11 Authority.authority = cpan:PHAYLON Test::MinimumVersion.max_target_perl = 5.008001 -remove = PodCoverageTests ; XXX TODO @@ -22,11 +25,10 @@ Test::MinimumVersion.max_target_perl = 5.008001 -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 - -[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 @@ -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