[Bps-public-commit] RT-BugTracker branch, rt4, updated. 5ab68a690bad5e7833a69c0340b54f348e658952
Kevin Falcone
falcone at bestpractical.com
Mon Feb 25 13:21:47 EST 2013
The branch, rt4 has been updated
via 5ab68a690bad5e7833a69c0340b54f348e658952 (commit)
via 3e18c63afc1a39e56ee72bfdc79bf85cfe28cd84 (commit)
via 737f595248e82ec6f851d2c62398ab6051cc8157 (commit)
from 58c7031bee519c215b022078e9b654affcbb208d (commit)
Summary of changes:
.gitignore | 1 +
MANIFEST | 6 ++++--
lib/RT/BugTracker.pm | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 737f595248e82ec6f851d2c62398ab6051cc8157
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Sat Dec 8 16:24:30 2012 -0800
update the MANIFEST for rt4
diff --git a/MANIFEST b/MANIFEST
index 756e595..caf0f6b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,8 @@
Changes
etc/initialdata
html/Callbacks/BugTracker/autohandler/Default
-html/Callbacks/BugTracker/Elements/Tabs/Default
+html/Callbacks/BugTracker/Elements/Tabs/Privileged
+html/Callbacks/BugTracker/Elements/Tabs/SelfService
html/Callbacks/BugTracker/Search/Simple.html/ModifyQuery
html/Callbacks/BugTracker/Ticket/Create.html/Default
html/Callbacks/BugTracker/Ticket/Create.html/FormStart
@@ -18,7 +19,6 @@ html/Dist/Elements/ErrorDisabled
html/Dist/Elements/ShowBugs
html/Dist/Elements/ShowMaintainers
html/Dist/Elements/ShowNotes
-html/Dist/Elements/Tabs
html/Dist/Manage.html
html/Dist/Search.html
html/Elements/ErrorNoDist
@@ -30,6 +30,7 @@ inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.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/Win32.pm
@@ -39,3 +40,4 @@ lib/RT/BugTracker.pm
Makefile.PL
MANIFEST This list of files
META.yml
+README
commit 3e18c63afc1a39e56ee72bfdc79bf85cfe28cd84
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Sat Dec 8 16:24:36 2012 -0800
ignore mymeta
diff --git a/.gitignore b/.gitignore
index 0a12b71..87cc78c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ cover_db/
nytprof/
*.tar.gz
*.sw[po]
+/MYMETA.*
commit 5ab68a690bad5e7833a69c0340b54f348e658952
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Feb 25 13:21:44 2013 -0500
bump version to 0.06_01
diff --git a/lib/RT/BugTracker.pm b/lib/RT/BugTracker.pm
index 7ce1781..9121a02 100644
--- a/lib/RT/BugTracker.pm
+++ b/lib/RT/BugTracker.pm
@@ -52,7 +52,7 @@ use warnings;
package RT::BugTracker;
use 5.008003;
-our $VERSION = '0.06';
+our $VERSION = '0.06_01';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list