Skip to content

Commit

Permalink
release v0.072
Browse files Browse the repository at this point in the history
 - update Path::Tiny version
 - deprecate Statocles::Test::test_pages
 - copy test_pages from Statocles::Test to t/lib/My/Test.pm
 - Deprecate Statocles::Test::test_constructor
 - Copy test_constructor to lib/My/Test.pm
 - Reimplement test_constructor in TB Calls preparing for deprecation
 - Rewrite test_pages in Test::Builder calls preparing for deprecation
 - Inject README.mdkn exclusively in the source tree
 - Replace ReadmeMarkdownFromPod with ReadmeAnyFromPod
 - Munge README.mkdn in SRC after copying, instead of in CPAN before
   copying
 - Replace ReadmeFromPod With Readme::Brief
 - Remove instructions to copy CPAN/README to SRC/README
 - Remove DZP:Readme from basic bundle
 - Add -SingleEncoding to weaver.ini
 - update site theme from statocles default
 - add release v0.071 announcement
 - release v0.071
 - upgrade Beam::Wire dependency to fix bug
 - Add META.json to release
 - Rewrite tests to use Test::Lib + My::Test
 - Add a library "My/Test" in t/lib that replaces Statocles::Base 'Test'
 - Deprecate Statocles::Base 'Test'
 - Fix Git->deploy(--clean) broken sprintf
  • Loading branch information
preaction committed Mar 4, 2016
1 parent edf215f commit 06e2cac
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
28 changes: 27 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog for Statocles

0.071 2016-02-29T03:22:55
0.072 2016-03-04T16:30:37
- update Path::Tiny version
- deprecate Statocles::Test::test_pages
- copy test_pages from Statocles::Test to t/lib/My/Test.pm
- Deprecate Statocles::Test::test_constructor
- Copy test_constructor to lib/My/Test.pm
- Reimplement test_constructor in TB Calls preparing for deprecation
- Rewrite test_pages in Test::Builder calls preparing for deprecation
- Inject README.mdkn exclusively in the source tree
- Replace ReadmeMarkdownFromPod with ReadmeAnyFromPod
- Munge README.mkdn in SRC after copying, instead of in CPAN before
copying
- Replace ReadmeFromPod With Readme::Brief
- Remove instructions to copy CPAN/README to SRC/README
- Remove DZP:Readme from basic bundle
- Add -SingleEncoding to weaver.ini
- update site theme from statocles default
- add release v0.071 announcement
- release v0.071
- upgrade Beam::Wire dependency to fix bug
- Add META.json to release
- Rewrite tests to use Test::Lib + My::Test
- Add a library "My/Test" in t/lib that replaces Statocles::Base 'Test'
- Deprecate Statocles::Base 'Test'
- Fix Git->deploy(--clean) broken sprintf

0.071 2016-02-29T03:22:55Z
- upgrade Beam::Wire dependency to fix bug
- upgrade Beam::Wire dependency
- fix line reporting for code coverage
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
"List::UtilsBy" => "0.09",
"Mojolicious" => "6.0",
"Moo" => "2.000001",
"Path::Tiny" => "0.072",
"Path::Tiny" => "0.084",
"Pod::Simple" => "3.31",
"Pod::Usage::Return" => 0,
"Text::Markdown" => 0,
Expand All @@ -61,7 +61,7 @@ my %WriteMakefileArgs = (
"Test::Lib" => 0,
"Test::More" => "1.001005"
},
"VERSION" => "0.071",
"VERSION" => "0.072",
"test" => {
"TESTS" => "t/*.t t/app/*.t t/app/basic/*.t t/app/blog/*.t t/app/perldoc/*.t t/app/role/*.t t/bin/*.t t/command/*.t t/deploy/*.t t/page/*.t t/plugin/*.t t/site/*.t t/store/*.t t/template/*.t t/theme/*.t"
}
Expand All @@ -86,7 +86,7 @@ my %FallbackPrereqs = (
"List::UtilsBy" => "0.09",
"Mojolicious" => "6.0",
"Moo" => "2.000001",
"Path::Tiny" => "0.072",
"Path::Tiny" => "0.084",
"Pod::Simple" => "3.31",
"Pod::Usage::Return" => 0,
"Storable" => 0,
Expand Down
3 changes: 2 additions & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Statocles - A static site generator

# VERSION

version 0.071
version 0.072

# STATUS

Expand Down Expand Up @@ -71,6 +71,7 @@ Doug Bell <preaction@cpan.org>
# CONTRIBUTORS

- Joel Berger <joel.a.berger@gmail.com>
- Kent Fredric <kentnl@cpan.org>
- tadegenban <tadegenban@gmail.com>
- Vladimir Lettiev <thecrux@gmail.com>
- William Lindley <wlindley@wlindley.com>
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires "Import::Base" => "0.012";
requires "List::UtilsBy" => "0.09";
requires "Mojolicious" => "6.0";
requires "Moo" => "2.000001";
requires "Path::Tiny" => "0.072";
requires "Path::Tiny" => "0.084";
requires "Pod::Simple" => "3.31";
requires "Pod::Usage::Return" => "0";
requires "Text::Markdown" => "0";
Expand Down

0 comments on commit 06e2cac

Please sign in to comment.