Path-Class-Tiny

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    * limited integration with Date::Easy:
      * can send `touch` a datetime object
      * new method: `mtime` (returns a datetime object)

0.03      2018-05-31 14:57:25-07:00 America/Los_Angeles

    [Bug Fixes]
    * `realpath` is returning the proper class now

    [Distro Fixes]
    * try get CPAN Testers to quit whining about Test::Differences
    * add more POD so I can re-enable extra tests
    * better unit test separation for tests that require symlinks
      (GitHub #2) thanks manwar!

0.02      2018-05-29 19:24:08-07:00 America/Los_Angeles

    [Bug Fixes]
    * `parent` is returning the proper class now

    [New Features]

META.json  view on Meta::CPAN

            "Path::Tiny" : "0.104",
            "perl" : "v5.10.0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Basename" : "0",
            "File::Temp" : "0",
            "Test::Differences" : "0.500",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::Most" : "0.25",
            "lib" : "0",
            "parent" : "0"
         }
      }
   },
   "provides" : {
      "Path::Class::Tiny" : {

Makefile.PL  view on Meta::CPAN

    "Exporter" => 0,
    "File::Spec" => 0,
    "Module::Runtime" => 0,
    "Path::Tiny" => "0.104",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Basename" => 0,
    "File::Temp" => 0,
    "Test::Differences" => "0.500",
    "Test::Exception" => 0,
    "Test::More" => 0,
    "Test::Most" => "0.25",
    "lib" => 0,
    "parent" => 0
  },
  "VERSION" => "0.06",
  "test" => {
    "TESTS" => "t/*.t t/path-class/*.t"
  }

Makefile.PL  view on Meta::CPAN

my %FallbackPrereqs = (
  "Carp" => 0,
  "Cwd" => 0,
  "Date::Easy::Datetime" => 0,
  "Exporter" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Module::Runtime" => 0,
  "Path::Tiny" => "0.104",
  "Test::Differences" => "0.500",
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::Most" => "0.25",
  "lib" => 0,
  "parent" => 0,
  "strict" => 0,
  "warnings" => 0
);


dist.ini  view on Meta::CPAN


; [ExtraTests]

[Prereqs / RuntimeRequires]
Path::Tiny = 0.104

[Prereqs / RuntimeRecommends]
Date::Easy = 0.06

; AutoPrereqs is properly picking up Test::Most.
; And Test::Most has Test::Differences as a prereq.
; So I have no idea why I have to specify this explicitly,
; but apparently I do.
[Prereqs / TestRequires]
Test::Differences = 0.500



( run in 0.420 second using v1.01-cache-2.11-cpan-131fc08a04b )