mirror of
https://github.com/stephenenelson/convert-binhex.git
synced 2024-11-25 06:30:54 +00:00
Moved to OurPkgVersion for managing $VERSION strings
This commit is contained in:
parent
efa6c2fdaf
commit
ac2e35340e
1
Changes
1
Changes
@ -2,6 +2,7 @@ Revision history for Perl module Convert::BinHex
|
||||
|
||||
1.121 2013-08-23
|
||||
- Changes file reformatted thanks to Neil Bowers (NEILB)
|
||||
- Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync
|
||||
|
||||
1.120 2013-08-22
|
||||
- First CPAN release by Stephen Nelson (STEPHEN),
|
||||
|
@ -45,6 +45,8 @@ use File::Basename;
|
||||
use Carp;
|
||||
require Mac::Files if (($^O||'') eq "MacOS");
|
||||
|
||||
# VERSION
|
||||
|
||||
use strict;
|
||||
use vars qw(
|
||||
$opt_o
|
||||
|
@ -38,6 +38,8 @@ S
|
||||
|
||||
=cut
|
||||
|
||||
# VERSION
|
||||
|
||||
my $The_OS;
|
||||
BEGIN { $The_OS = $^O ? $^O : q// }
|
||||
eval { require Mac::Files } if ($The_OS eq "MacOS");
|
||||
|
4
dist.ini
4
dist.ini
@ -2,7 +2,7 @@ name = Convert-BinHex
|
||||
author = Eriq <eryq@zeegee.com>
|
||||
license = Perl_5
|
||||
copyright_holder = Eriq <eryq@zeegee.com>
|
||||
version = 1.120
|
||||
version = 1.121
|
||||
|
||||
[@Git]
|
||||
|
||||
@ -20,3 +20,5 @@ perl=5.6.0
|
||||
repository.url = https://github.com/stephenenelson/convert-binhex
|
||||
repository.web = https://github.com/stephenenelson/convert-binhex
|
||||
repository.type = git
|
||||
|
||||
[OurPkgVersion]
|
@ -160,8 +160,7 @@ use FileHandle;
|
||||
|
||||
|
||||
|
||||
# The package version, both in 1.23 style *and* usable by MakeMaker:
|
||||
$VERSION = '1.120';
|
||||
# VERSION
|
||||
|
||||
# My identity:
|
||||
my $I = 'binhex:';
|
||||
|
Loading…
Reference in New Issue
Block a user