The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App::Git::Perl

0.1.15    2022-07-21 22:37

- fixed disabling testing for Windows platform

0.1.14    2022-07-21 15:25

- added IO::Socket::SSL as requirement

0.1.13    2022-07-21 14:12

- fixed finding module listed on cli between recent and real repositories
- fixed tests - checking is repository cloned and where it is clone
- skip testing for Windows OS / not supported / linux only
- add comments in scripts for few tests
- fixed stderr leak when reading from nonexisting config file

0.1.12    2022-07-05 12:25

- added "provides" as required by Kwalitee
- updated ChangeLog
- rebuild distribution to fix changes from 0.1.11, related to Kwalitee

0.1.11    2022-07-05 02:41

- ignore Makefile from MANIFEST.SKIP, when preparing distribution
- bump version to 0.1.11
- fixed Kwalitee Issues for distribution
- git perl local - find module name from Makefile.PL in a different way

0.1.10    2022-07-03 13:44

- bump to version 0.1.10
- using HTTP::Tiny instead of curl
- updated minimum version of perl 5.14 because we are now using HTTP::Tiny instead of curl

0.1.9    2022-07-03 06:00

- bump to version 0.1.9
- added tests to MANIFEST/distribution
- added tests

0.1.8    2022-07-03 03:53

- updated bugtracking link in Makefile.PL

0.1.7    2022-07-03 03:38

- bump to version 0.1.7
- added CONTRIBUTING.md
- fixed bugtracker link in Makefile.PL
- Added ChangeLog to MANIFEST
- fixed error in MANIFEST.SKIP

0.1.6    2022-07-03 03:09

- Added ChangeLog, bump to version 0.1.6
- ignore create-changelog.pl script from packaging
- refactored Makefile.PL to be more readable
- added bugtracked link to metacpan

0.1.5    2022-07-03 01:58

- bump to version 0.1.5
- updated documentation to use head1 instead of head2

0.1.4    2022-07-03 01:40

- bump to version 0.1.4
- moved from README to README.md and updated documentation

0.1.3    2022-07-03 00:34

- updated version to 0.1.3
- updated AUTHOR information in README and git-perl
- updated link to git-perl from App::Git::Perl
- removed required strict and warnings from Makefile.PL
- updated Makefile.PL to reflect minimum required Perl version of 5.6.0 (using perlver command)
- in MANIFEST.SKIP, fixed .git/ and added .tar.gz

0.1.2    2022-07-02 23:06

- bumped version to 0.1.2, and added .git to MANIFEST.SKIP

0.1.1    2022-07-02 22:46

- bumped version to 0.1.1 and list changes
- fixed SYNOPSIS and Documentation part - fixed "git" to "git-perl"

0.1.0    2022-07-02 22:18

- Initial commit