Skip to content

Commit

Permalink
Updating for release of version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Dec 28, 2014
1 parent da41631 commit 37a1bbb
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
Revision history for App-TemplateCMD

0.5.5 2014-12-28
Updating for release of version 0.5.5
Updated licence (Ivan Wills)
Changed double quotes to single quotes (Ivan Wills)
Cleaned up generated whitespace (Ivan Wills)
Added default columns (Ivan Wills)
DBIx::Class helpers (Ivan Wills)

0.5.4 2014-11-16
Upated manifest (Ivan Wills)
Added explicit modules to prevent confusion (Ivan Wills)
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD.pm
Expand Up @@ -22,7 +22,7 @@ use Data::Merger qw/merger/;
use File::ShareDir qw/dist_dir/;
use base qw/Exporter/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -340,7 +340,7 @@ App::TemplateCMD - Sets up an interface to passing Template Toolkit templates
=head1 VERSION
This documentation refers to App::TemplateCMD version 0.5.4.
This documentation refers to App::TemplateCMD version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command.pm
Expand Up @@ -14,7 +14,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use base qw/Exporter/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();
#our @EXPORT = qw//;
Expand Down Expand Up @@ -86,7 +86,7 @@ App::TemplateCMD::Command - The base class for command modules
=head1 VERSION
This documentation refers to App::TemplateCMD::Command version 0.5.4.
This documentation refers to App::TemplateCMD::Command version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/Build.pm
Expand Up @@ -19,7 +19,7 @@ use YAML qw/Load/;
use Path::Class qw/file/;
use base qw/App::TemplateCMD::Command/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -88,7 +88,7 @@ App::TemplateCMD::Command::Build - Builds a a tree of files from a build templat
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::Build version 0.5.4.
This documentation refers to App::TemplateCMD::Command::Build version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/Cat.pm
Expand Up @@ -14,7 +14,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use base qw/App::TemplateCMD::Command/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -48,7 +48,7 @@ App::TemplateCMD::Command::Cat - Command to print out a template (unprocessed)
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::Cat version 0.5.4.
This documentation refers to App::TemplateCMD::Command::Cat version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/Conf.pm
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use YAML;
use base qw/App::TemplateCMD::Command/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -57,7 +57,7 @@ App::TemplateCMD::Command::Conf - Command to show the configuration used for tem
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::Conf version 0.5.4.
This documentation refers to App::TemplateCMD::Command::Conf version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/Describe.pm
Expand Up @@ -15,7 +15,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use base qw/App::TemplateCMD::Command/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -76,7 +76,7 @@ App::TemplateCMD::Command::Describe - Command to describe a template (variables
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::Describe version 0.5.4.
This documentation refers to App::TemplateCMD::Command::Describe version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/Help.pm
Expand Up @@ -16,7 +16,7 @@ use English qw/ -no_match_vars /;
use base qw/App::TemplateCMD::Command/;
use File::Glob;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -122,7 +122,7 @@ App::TemplateCMD::Command::Help - Show help about how to use commands and templa
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::Help version 0.5.4.
This documentation refers to App::TemplateCMD::Command::Help version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/List.pm
Expand Up @@ -15,7 +15,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use base qw/App::TemplateCMD::Command/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -85,7 +85,7 @@ App::TemplateCMD::Command::List - Command to list the available templates.
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::List version 0.5.4.
This documentation refers to App::TemplateCMD::Command::List version 0.5.5.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/TemplateCMD/Command/Print.pm
Expand Up @@ -18,7 +18,7 @@ use Template::Provider;
use IPC::Open2;
use base qw/App::TemplateCMD::Command/;

our $VERSION = version->new('0.5.4');
our $VERSION = version->new('0.5.5');
our @EXPORT_OK = qw//;
our %EXPORT_TAGS = ();

Expand Down Expand Up @@ -119,7 +119,7 @@ App::TemplateCMD::Command::Print - Prints a parsed template out to screen or fil
=head1 VERSION
This documentation refers to App::TemplateCMD::Command::Print version 0.5.4.
This documentation refers to App::TemplateCMD::Command::Print version 0.5.5.
=head1 SYNOPSIS
Expand Down

0 comments on commit 37a1bbb

Please sign in to comment.