Skip to content

Commit

Permalink
* update M::I::RTx
Browse files Browse the repository at this point in the history
* bump version and other things related to release
  • Loading branch information
ruz committed Sep 15, 2008
1 parent cbac747 commit 65ba06d
Show file tree
Hide file tree
Showing 14 changed files with 880 additions and 570 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,8 @@


0.10 2008-09-15

* update installer

0.09 Wed Mar 05 13:30:00 UTC 2007 0.09 Wed Mar 05 13:30:00 UTC 2007


* added this file * added this file
Expand Down
30 changes: 17 additions & 13 deletions META.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,20 +1,24 @@
--- ---
abstract: Enables users to place advisory locks on tickets abstract: 'Enables users to place advisory locks on tickets'
author: author:
- Turner Hayes <thayes@bestpractical.com> - 'Turner Hayes <thayes@bestpractical.com>'
build_requires:
Test::More: 0
distribution_type: module distribution_type: module
generated_by: Module::Install version 0.68 generated_by: 'Module::Install version 0.77'
license: GPL2 license: GPL2
meta-spec: meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.3 version: 1.4
name: RT-Extension-TicketLocking name: RT-Extension-TicketLocking
no_index: no_index:
directory: directory:
- etc
- html - html
- po
- var
- inc - inc
- t - t
requires: requires:
Test::More: 0
perl: 5.8.3 perl: 5.8.3
version: 0.09 version: 0.10
3 changes: 1 addition & 2 deletions Makefile.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ use inc::Module::Install;
RTx('RT-Extension-TicketLocking'); RTx('RT-Extension-TicketLocking');
license('GPL2'); license('GPL2');
all_from('lib/RT/Extension/TicketLocking.pm'); all_from('lib/RT/Extension/TicketLocking.pm');
abstract_from('lib/RT/Extension/TicketLocking.pm');


requires('Test::More'); build_requires('Test::More');


{ # check RT version { # check RT version
my @v = split /\./, "$RT::VERSION"; my @v = split /\./, "$RT::VERSION";
Expand Down
Loading

0 comments on commit 65ba06d

Please sign in to comment.