App-ccdiff

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

    * Add repo and provides to META

0.25	- 2018-09-07
    * Use CORE module for --info
    * Show codepoints under -v3 (issue#14)
    * Add --no-colors
    * Reverse/invert debug color too under -r if possible
    * Add --ellipsis / -e
    * Allow used character indicators in RC

0.24	- 2018-08-26
    * Filter colors on Term::ANSIColor version
    * Add heuristics

0.23	- 2018-08-23
    * Add color "none" to disable a color
    * Try to prevent unsupported colors
    * Also color line-change-indicators (-, +, <, and >) (issue#8)
    * Add threshold for horizontal diff (issue#9)
    * Remove one leading space for unified diffs
    * Add git integration to integrated docs (issue#10)

META.json  view on Meta::CPAN

   "prereqs" : {
      "test" : {
         "suggests" : {
            "Capture::Tiny" : "0.50"
         },
         "requires" : {
            "Capture::Tiny" : "0",
            "Test::More" : "0"
         },
         "recommends" : {
            "Capture::Tiny" : "0.24"
         }
      },
      "build" : {
         "requires" : {
            "Config" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "Algorithm::Diff::XS" : "0.04",

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: App-ccdiff
provides: 
  App::ccdiff: 
    file: lib/App/ccdiff.pm
    version: '0.34'
recommends: 
  Algorithm::Diff: '1.201'
  Algorithm::Diff::XS: '0.04'
  Capture::Tiny: '0.24'
requires: 
  Algorithm::Diff: '1.1901'
  Capture::Tiny: 0
  Getopt::Long: 0
  List::Util: 0
  Term::ANSIColor: 0
  Test::More: 0
  charnames: 0
  perl: '5.014000'
resources: 

cpanfile  view on Meta::CPAN

    };

on "build" => sub {
    requires   "Config";
    };

on "test" => sub {
    requires   "Capture::Tiny";
    requires   "Test::More";

    recommends "Capture::Tiny"            => "0.24";

    suggests   "Capture::Tiny"            => "0.50";
    };



( run in 1.012 second using v1.01-cache-2.11-cpan-88abd93f124 )