Skip to content

Commit

Permalink
#80 Continued with cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
kberov committed Feb 26, 2015
1 parent a0ceef4 commit d2dcea7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ etc/ado.sqlite
etc/ado.sqlite-journal
etc/ado.sqlite-shm
etc/ado.sqlite-wal
t/ado/etc/ado.sqlite


# Ignore mode specific configurations
etc/ado.dev*.conf
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Ado

0.83 2015-02-26
- Continued with cleanups. New changes are applyed as need raises
while working on Ado::Plugin::Admin.


0.82 2015-02-24
- Improved Ado::_initialise.
- Adding paths to bundled files only in case Ado is used as a
Expand Down
2 changes: 1 addition & 1 deletion lib/Ado.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Mojo::Util 'class_to_path';
use List::Util 'first';

our $AUTHORITY = 'cpan:BEROV';
our $VERSION = '0.82';
our $VERSION = '0.83';
our $CODENAME = 'U+2C07 GLAGOLITIC CAPITAL LETTER DZELO (Ⰷ)';

use Ado::Control;
Expand Down
2 changes: 1 addition & 1 deletion lib/Ado/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use ExtUtils::Install;
use parent 'Module::Build';
use Exporter qw( import ); #export functionality to Ado::BuildPlugin etc..
our @EXPORT_OK = qw(
create_build_script process_etc_files
create_build_script process_etc_files do_create_readme
process_public_files process_templates_files
ACTION_perltidy ACTION_submit PERL_DIRS);

Expand Down
2 changes: 1 addition & 1 deletion lib/Ado/BuildPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings FATAL => 'all';
use parent 'Module::Build';
use Ado::Build qw(
process_etc_files process_public_files
process_etc_files process_public_files do_create_readme
process_templates_files create_build_script
ACTION_perltidy ACTION_submit PERL_DIRS);

Expand Down
4 changes: 2 additions & 2 deletions lib/Ado/Manual.pod
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ See L<Ado::Manual::Plugins> and L<Ado::Plugin> for more information.

=head1 CONTINUOUS INTEGRATION

We would like to know that our software is always in good health so we count on
friendly developers and organizations to install and test it continuously.
We would like to know that our software is always in good health.
We count on friendly developers and organizations to install and test it continuously.

L<CPAN Testers Reports for Ado|http://www.cpantesters.org/distro/A/Ado.html>

Expand Down

0 comments on commit d2dcea7

Please sign in to comment.