From 00df289c596608ee19b716aff2d306d6df3f1765 Mon Sep 17 00:00:00 2001 From: srchulo Date: Sun, 9 Feb 2020 01:52:30 -0600 Subject: [PATCH] Checking in changes prior to tagging of version 0.02. Changelog diff is: diff --git a/Changes b/Changes index 7b83f37..9db2754 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Mojo-File-Share {{$NEXT}} + +0.02 2020-02-09T07:52:22Z - Bump Mojolicious version to 7.15. Hopefully fixes #1. 0.01 2020-02-08T22:33:40Z --- Changes | 2 ++ META.json | 4 ++-- lib/Mojo/File/Share.pm | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 7b83f37..9db2754 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Mojo-File-Share {{$NEXT}} + +0.02 2020-02-09T07:52:22Z - Bump Mojolicious version to 7.15. Hopefully fixes #1. 0.01 2020-02-08T22:33:40Z diff --git a/META.json b/META.json index e8cd94e..729b102 100644 --- a/META.json +++ b/META.json @@ -43,7 +43,7 @@ "runtime" : { "requires" : { "File::ShareDir" : "0", - "Mojolicious" : "0", + "Mojolicious" : "7.15", "perl" : "5.010001" } }, @@ -65,7 +65,7 @@ "web" : "https://github.com/srchulo/Mojo-File-Share" } }, - "version" : "0.01", + "version" : "0.02", "x_authority" : "cpan:SRCHULO", "x_contributors" : [ "srchulo " diff --git a/lib/Mojo/File/Share.pm b/lib/Mojo/File/Share.pm index 74c53b7..67a1851 100644 --- a/lib/Mojo/File/Share.pm +++ b/lib/Mojo/File/Share.pm @@ -6,7 +6,7 @@ use File::ShareDir (); use File::Spec (); use Mojo::File 'path'; -our $VERSION = '0.01'; +our $VERSION = '0.02'; our @EXPORT_OK = qw(dist_dir dist_file);