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=15e2db1621100082b5de28db9cfc570800a15663;hb=fa625b2fbbbfe5c1cd4e957012f32fd0f66fb5f3;hpb=77b271b66f57f3433929ed6d8022782fe68fd373 diff --git a/dist.ini b/dist.ini index 15e2db1..94255e0 100644 --- a/dist.ini +++ b/dist.ini @@ -10,23 +10,26 @@ 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.068 --remove = PodWeaver -server = p5sagit +:version = 0.086 +; instead of using origin = p5sagit@git.shadowcat.co.uk:Devel-REPL.git, +; use the read-only mirror p5sagit = git@github.com:p5sagit/Devel-REPL.git +; so we can receive github pull requests +server = github +GithubMeta.remote = p5sagit installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1 +changes_version_columns = 11 +surgical_podweaver = 1 Authority.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 +[MetaResources] +x_IRC = irc://irc.perl.org/#devel-repl [Prereqs / RuntimeRequires] Moose = 0.93 @@ -37,25 +40,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 +51,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 +91,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