[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, 0.02-releng, created. 0.01-3-gd10482c

Kevin Falcone falcone at bestpractical.com
Fri Aug 5 09:34:23 EDT 2011


The branch, 0.02-releng has been created
        at  d10482c4d527ce9c8615b1954fbd7f7c2c97f26e (commit)

- Log -----------------------------------------------------------------
commit 776cefedab136617e004dfe6377905a3170e1319
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Thu Aug 4 22:38:58 2011 -0400

    Requires Dist::Zill and tell people how to configure it

diff --git a/Makefile.PL b/Makefile.PL
index 776fb0d..5711ce6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,4 +7,8 @@ readme_from 'lib/Dist/Zilla/MintingProfile/RTx.pm';
 license  'gplv2';
 install_share 'module' => 'Dist::Zilla::MintingProfile::RTx', 'profiles';
 
+requires 'Dist::Zilla';
+requires 'Module::Install::RTx';
+requires 'Module::Install::ReadmeFromPod';
+
 WriteAll;
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 438d326..0411191 100644
--- a/lib/Dist/Zilla/MintingProfile/RTx.pm
+++ b/lib/Dist/Zilla/MintingProfile/RTx.pm
@@ -14,10 +14,14 @@ Dist-Zilla-MintingProfile-RTx - Basic Minting Profile for RTx modules
 
 =head1 USAGE
 
+    dzil setup # it'll use your author and license info
     dzil new -P RTx RT-Extension-DoesMagicStuff
 
 Stubs in a proper Makefile.PL and README
 
+Your RT extension will still be managed by Module::Install using
+Module::Install::RTx, but Dist::Zilla provides a nice dist creation interface.
+
 =head1 AUTHOR
 
 Kevin Falcone <falcone at bestpractical.com>

commit dfa2d1edb299a88de151d52e6490d1991c52e394
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Thu Aug 4 22:42:21 2011 -0400

    ignore some dist things

diff --git a/.gitignore b/.gitignore
index 5617ded..37822c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Dist-Zilla-MintingProfile-RTx*
 README
 *.bak
 *.swp
+MYMETA.*

commit d10482c4d527ce9c8615b1954fbd7f7c2c97f26e
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Thu Aug 4 22:40:52 2011 -0400

    Bump version

diff --git a/META.yml b/META.yml
index 8207384..7e8b4e4 100644
--- a/META.yml
+++ b/META.yml
@@ -17,6 +17,10 @@ no_index:
   directory:
     - inc
     - profiles
+requires:
+  Dist::Zilla: 0
+  Module::Install::RTx: 0
+  Module::Install::ReadmeFromPod: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.01
+version: 0.02
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 0411191..8228b27 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.01';
+our $VERSION = '0.02';
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list