[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.03-5-gd775bda

Kevin Falcone falcone at bestpractical.com
Wed Aug 10 11:49:37 EDT 2011


The branch, master has been updated
       via  d775bda312b46b2900921cfa9694556e3393204c (commit)
       via  88670578de24eff8f891100cb62d608ca66d07d2 (commit)
       via  8d68405f5e1c99c59b1abb1fc3ede627d3b48518 (commit)
       via  8b9844f4085c103e7f9bb89b04c6275381bfd378 (commit)
      from  a3e8c145418b208d03ec03c6fbc62064dd670aad (commit)

Summary of changes:
 Changes                              |   12 ++++++++++++
 MANIFEST                             |    1 +
 META.yml                             |    2 +-
 lib/Dist/Zilla/MintingProfile/RTx.pm |    2 +-
 profiles/default/Module.pm           |    7 +++++++
 5 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 Changes

- Log -----------------------------------------------------------------
commit 8b9844f4085c103e7f9bb89b04c6275381bfd378
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Wed Aug 10 11:45:30 2011 -0400

    Provide a pointer to rt.cpan.org

diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index de66744..c9cbd56 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -40,6 +40,13 @@ or add C<{{$name}}> to your existing C<@Plugins> line.
 
 {{ join '', @{ $dist->authors }  }}
 
+=head1 BUGS
+
+All bugs should be reported via
+L<http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>
+or L<bug-{{$dist->name}}@rt.cpan.org>.
+
+
 =head1 LICENCE AND COPYRIGHT
 
 {{ $dist->license->notice }}

commit 8d68405f5e1c99c59b1abb1fc3ede627d3b48518
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Wed Aug 10 11:47:43 2011 -0400

    start having a changelog

diff --git a/Changes b/Changes
new file mode 100644
index 0000000..2f1414e
--- /dev/null
+++ b/Changes
@@ -0,0 +1,12 @@
+0.04
+    Anchor the dist-name tarball ignore so it doesn't catch Callbacks
+    Include links to rt.cpan.org
+
+0.03
+    PODify the Module->README step
+
+0.02
+    Update dependencies
+
+0.01
+    Initial Release

commit 88670578de24eff8f891100cb62d608ca66d07d2
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Wed Aug 10 11:48:32 2011 -0400

    update manifest

diff --git a/MANIFEST b/MANIFEST
index d6d9ee0..2079ed8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+Changes
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm

commit d775bda312b46b2900921cfa9694556e3393204c
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Wed Aug 10 11:48:02 2011 -0400

    bump version to 0.04

diff --git a/META.yml b/META.yml
index 8c84743..3aabce0 100644
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ requires:
   Module::Install::ReadmeFromPod: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.03
+version: 0.04
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 255bd95..0ff355e 100644
--- a/lib/Dist/Zilla/MintingProfile/RTx.pm
+++ b/lib/Dist/Zilla/MintingProfile/RTx.pm
@@ -6,7 +6,7 @@ use Moose;
 with 'Dist::Zilla::Role::MintingProfile::ShareDir';
  
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list