Skip to content

Commit

Permalink
Various fixes for higher kwalitee
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 31, 2017
1 parent 2dfa742 commit f8e6193
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Changes.md
@@ -0,0 +1,13 @@
# Change Log

## [0.0.2] - 2017-07-31

### Fixed

- Various packaing fixes for better kwalitee

## [0.0.1] - 2017-07-29

### Added

- All the things. Release early, release often.
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -13,3 +13,5 @@ MANIFEST This list of files
README.md
t/load.t
t/pod-coverage.t
t/pod.t
t/01-basic.t
2 changes: 2 additions & 0 deletions lib/SVG/Timeline.pm
Expand Up @@ -47,6 +47,8 @@ package SVG::Timeline;

use 5.010;

our $VERSION = '0.0.2';

use Moose;
use Moose::Util::TypeConstraints;
use SVG;
Expand Down
7 changes: 7 additions & 0 deletions pod.t
@@ -0,0 +1,7 @@
use Test::More;

eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();

done_testing;

0 comments on commit f8e6193

Please sign in to comment.