Skip to content

Commit

Permalink
v1.000000
Browse files Browse the repository at this point in the history
 [Dependencies::Stats]
 - Dependencies changed since 0.1.0, see misc/*.deps* for details
 - build: -1
 - configure: +2 -1 (recommends: +1)
 - develop: +52 -2 (recommends: +1 -1, suggests: +1 ↑1)
 - runtime: +1 ↓1 (recommends: +1)
 - test: +4 ↓1 -2 (recommends: +3)

 [Features]
 - Colours now externalised to an independent file in a "share" directory to accelerate static analyisis tools on the
   module.

 [Meta]
 - Author is now @cpan.org

 [Packaging::Installer]
 - Installer is now EUMM
 - https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f

 [Packaging::Version]
 - Version scheme switched to x.yyyzzz
 - https://questhub.io/realm/perl/quest/5388d3a9bbd0be2224000129
 - This is the primary motivation for the 1.000000 on the box.
  • Loading branch information
kentfredric committed Mar 8, 2015
1 parent cef6b43 commit 8dc635f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Color-Library-Dictionary-XKCD

{{$NEXT}}

1.000000 2015-03-08T13:38:42Z cef6b43
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- build: -1
Expand Down
2 changes: 1 addition & 1 deletion lib/Color/Library/Dictionary/XKCD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Color::Library::Dictionary::XKCD;

our $VERSION = '1.000000';
our $VERSION = '1.000001';

# ABSTRACT: Colors determined by the XKCD Color Survey.

Expand Down

0 comments on commit 8dc635f

Please sign in to comment.