[Bps-public-commit] rt-extension-resetpassword branch, master, updated. 1.00-1-g3560fea

Alex Vandiver alexmv at bestpractical.com
Wed Sep 3 15:56:19 EDT 2014


The branch, master has been updated
       via  3560fea65cdbb5583051b6a303e5523b5ea0de2b (commit)
      from  ff33b866e5036c28f5ad534dd83e6dfdb4006361 (commit)

Summary of changes:
 Changes                           | 3 +++
 MANIFEST                          | 6 ++++--
 META.yml                          | 2 +-
 lib/RT/Extension/ResetPassword.pm | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 3560fea65cdbb5583051b6a303e5523b5ea0de2b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Sep 3 15:55:50 2014 -0400

    Version 1.01 releng

diff --git a/Changes b/Changes
index e92e426..03ecd83 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl module RT::Extension::ResetPassword
 
+1.01 2014-09-04
+ - Fix MANIFEST
+
 1.00 2014-09-03
  - Add a configuration parameter, HidePasswordResetErrors, to not leak
    if the email address is in use/
diff --git a/MANIFEST b/MANIFEST
index 126c578..38c22b7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -7,14 +7,16 @@ inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
 inc/Module/Install/Makefile.pm
-inc/Module/Install/ManifestSkip.pm
 inc/Module/Install/Metadata.pm
 inc/Module/Install/ReadmeFromPod.pm
 inc/Module/Install/RTx.pm
-inc/Module/Install/RTx/Factory.pm
+inc/Module/Install/RTx/Runtime.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
+inc/unicore/Name.pm
+inc/YAML/Tiny.pm
 lib/RT/Extension/ResetPassword.pm
 Makefile.PL
 MANIFEST			This list of files
diff --git a/META.yml b/META.yml
index 2bc4faf..f92e63a 100644
--- a/META.yml
+++ b/META.yml
@@ -23,6 +23,6 @@ requires:
   perl: 5.8.3
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '1.00'
+version: '1.01'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/ResetPassword.pm b/lib/RT/Extension/ResetPassword.pm
index a61c3fb..7ce74db 100644
--- a/lib/RT/Extension/ResetPassword.pm
+++ b/lib/RT/Extension/ResetPassword.pm
@@ -3,7 +3,7 @@ package RT::Extension::ResetPassword;
 use strict;
 use warnings;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list