Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-ldapimport-multiemail
Commits
aad6c1c7
Commit
aad6c1c7
authored
Jan 27, 2014
by
Alex Vandiver
Browse files
Packaging updates
parent
2785e03d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
6 deletions
+18
-6
Changes
Changes
+4
-0
MANIFEST
MANIFEST
+1
-0
META.yml
META.yml
+1
-1
Makefile.PL
Makefile.PL
+1
-1
inc/Module/Install/RTx.pm
inc/Module/Install/RTx.pm
+9
-2
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/ReadmeFromPod.pm
+1
-1
lib/RT/Extension/LDAPImport/MultiEmail.pm
lib/RT/Extension/LDAPImport/MultiEmail.pm
+1
-1
No files found.
Changes
0 → 100644
View file @
aad6c1c7
Revision history for RT-Extension-LDAPImport-MuliEmail
0.02 - 2014-01-27
Initial release
MANIFEST
View file @
aad6c1c7
Changes
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
...
...
META.yml
View file @
aad6c1c7
...
...
@@ -23,4 +23,4 @@ requires:
RT::Extension::MergeUsers:
0
resources
:
license
:
http://opensource.org/licenses/gpl-license.php
version
:
0.0
1
version
:
0.0
2
Makefile.PL
View file @
aad6c1c7
...
...
@@ -5,7 +5,7 @@ all_from 'lib/RT/Extension/LDAPImport/MultiEmail.pm';
readme_from
'lib/RT/Extension/LDAPImport/MultiEmail.pm'
;
license
'gplv2'
;
requires_rt(
"4.0.0"
);
# XXX should become 4.2.0
requires_rt(
"4.0.0"
);
requires "RT
::
Extension::LDAPImport";
requires "RT
::
Extension::MergeUsers";
...
...
inc/Module/Install/RTx.pm
View file @
aad6c1c7
...
...
@@ -8,7 +8,7 @@ no warnings 'once';
use
Module::Install::
Base
;
use
base
'
Module::Install::Base
';
our
$VERSION
=
'
0.3
0
';
our
$VERSION
=
'
0.3
2
';
use
FindBin
;
use
File::
Glob
();
...
...
@@ -136,6 +136,7 @@ install ::
$has_etc
{acl}++;
}
if ( -e 'etc/initialdata' ) {
$has_etc
{initialdata}++; }
if ( -d 'etc/upgrade/' ) {
$has_etc
{upgrade}++; }
$self
->postamble(
"
$postamble
\
n
"
);
unless (
$subdirs
{'lib'} ) {
...
...
@@ -164,6 +165,12 @@ install ::
.
$self
->postamble(
"
initdb
::\
n$initdb
\
n
"
);
$self
->postamble(
"
initialize
-
database
::\
n$initdb
\
n
"
);
if (
$has_etc
{upgrade}) {
print
"
To
upgrade
from
a
previous
version
of
this
extension
,
use
'
make upgrade-database
'
\
n
"
;
my
$upgradedb
= qq|
\t\$
(NOECHO)
\$
(PERL) -Ilib -I
"
$local_lib_path
"
-I
"
$lib_path
"
-Minc::Module::Install -e
"
RTxInitDB
(
qw(upgrade \$(NAME) \$(VERSION))
)"
\n
|;
$self
->postamble(
"
upgrade
-
database
::\
n$upgradedb
\
n
"
);
$self
->postamble(
"
upgradedb
::\
n$upgradedb
\
n
"
);
}
}
}
...
...
@@ -209,4 +216,4 @@ sub requires_rt {
__END__
#line 3
29
#line 3
36
inc/Module/Install/ReadmeFromPod.pm
View file @
aad6c1c7
...
...
@@ -7,7 +7,7 @@ use warnings;
use
base
qw(Module::Install::Base)
;
use
vars
qw($VERSION)
;
$VERSION
=
'
0.2
0
';
$VERSION
=
'
0.2
2
';
sub
readme_from
{
my
$self
=
shift
;
...
...
lib/RT/Extension/LDAPImport/MultiEmail.pm
View file @
aad6c1c7
...
...
@@ -2,7 +2,7 @@ use strict;
use
warnings
;
package
RT::Extension::LDAPImport::
MultiEmail
;
our
$VERSION
=
'
0.0
1
';
our
$VERSION
=
'
0.0
2
';
{
no
warnings
'
redefine
';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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