Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-mergeusers
Commits
6ebabcf6
Commit
6ebabcf6
authored
Dec 14, 2010
by
Kevin Falcone
Browse files
Bump version for 0.04 and upgrade infrastructure
parent
871847f5
Changes
7
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
6ebabcf6
0.04
Also clear cache when merging
Update docs
0.04_01
Fix bug in cache and unmerging
...
...
MANIFEST
View file @
6ebabcf6
...
...
@@ -2,12 +2,16 @@ bin/rt-merge-users
bin/rt-update-merged-users
Changes
html/Callbacks/RT-Extension-MergeUsers/Admin/Users/Modify.html/RightColumnBottom
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.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/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/RTx.pm
inc/Module/Install/Substitute.pm
inc/Module/Install/Win32.pm
...
...
META.yml
View file @
6ebabcf6
...
...
@@ -4,10 +4,11 @@ author:
-
'
Alex
Vandiver
<alexmv@bestpractical.com>'
build_requires
:
ExtUtils::MakeMaker:
6.42
RT
:
0
configure_requires
:
ExtUtils::MakeMaker:
6.42
distribution_type
:
module
generated_by
:
'
Module::Install
version
0.97
'
generated_by
:
'
Module::Install
version
1.00
'
license
:
gpl
meta-spec
:
url
:
http://module-build.sourceforge.net/META-spec-v1.4.html
...
...
@@ -23,4 +24,4 @@ requires:
perl
:
5.8.3
resources
:
license
:
http://opensource.org/licenses/gpl-license.php
version
:
0.04
_01
version
:
0.04
Makefile.PL
View file @
6ebabcf6
...
...
@@ -5,6 +5,7 @@ all_from ('lib/RT/Extension/MergeUsers.pm');
readme_from
('
lib/RT/Extension/MergeUsers.pm
');
requires
('
Hook::LexWrap
');
build_requires
('
RT
');
my
(
$lib_path
)
=
$INC
{'
RT.pm
'}
=~
/^(.*)[\\\/]/
;
my
$local_lib_path
=
"
$RT
::LocalPath/lib
";
...
...
@@ -13,4 +14,5 @@ substitute( { RT_LIB_PATH => join( ' ', $local_lib_path, $lib_path ), },
'
bin/rt-merge-users
',
);
auto_install
();
WriteAll
();
README
View file @
6ebabcf6
...
...
@@ -51,5 +51,3 @@ AUTHOR
LICENSE
GPL version 2.
1;
inc/Module/Install/RTx.pm
View file @
6ebabcf6
...
...
@@ -60,6 +60,7 @@ sub RTx {
my
$local_lib_path
=
"
$RT
::LocalPath/lib
";
print
"
Using RT configuration from
$INC
{'RT.pm'}:
\n
";
unshift
@INC
,
"
$RT
::LocalPath/lib
"
if
$
RT::
LocalPath
;
unshift
@INC
,
$lib_path
;
$
RT::
LocalVarPath
||=
$
RT::
VarPath
;
$
RT::
LocalPoPath
||=
$
RT::
LocalLexiconPath
;
...
...
@@ -189,4 +190,4 @@ sub RTxInit {
__END__
#line 30
3
#line 30
4
lib/RT/Extension/MergeUsers.pm
View file @
6ebabcf6
...
...
@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package
RT::Extension::
MergeUsers
;
our
$VERSION
=
'
0.04
_01
';
our
$VERSION
=
'
0.04
';
=head1 NAME
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment