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
70a9991e
Commit
70a9991e
authored
Sep 16, 2009
by
Kevin Falcone
Browse files
Bump version
parent
37d9a996
Changes
3
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
70a9991e
0.03
Release updates from 0.03 prereleases
0.03_02 2009-04-06 Tue 17:08 -0400 falcone
Track merged users bidirectionally
...
...
META.yml
View file @
70a9991e
...
...
@@ -2,8 +2,12 @@
abstract
:
'
Merges
two
users
into
the
same
effective
user'
author
:
-
'
Alex
Vandiver
<alexmv@bestpractical.com>'
build_requires
:
ExtUtils::MakeMaker:
6.42
configure_requires
:
ExtUtils::MakeMaker:
6.42
distribution_type
:
module
generated_by
:
'
Module::Install
version
0.
78
'
generated_by
:
'
Module::Install
version
0.
91
'
license
:
'
GPL
version
2'
meta-spec
:
url
:
http://module-build.sourceforge.net/META-spec-v1.4.html
...
...
@@ -16,4 +20,4 @@ no_index:
-
t
requires
:
Hook::LexWrap:
0
version
:
0.03
_02
version
:
0.03
lib/RT/Extension/MergeUsers.pm
View file @
70a9991e
...
...
@@ -48,7 +48,7 @@ use warnings; no warnings qw(redefine);
package
RT::Extension::
MergeUsers
;
our
$VERSION
=
'
0.03
_02
';
our
$VERSION
=
'
0.03
';
package
RT::
User
;
...
...
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