[Bps-public-commit] rtx-calendar branch, master, updated. 0.09-3-g0609f6e
Kevin Falcone
falcone at bestpractical.com
Tue Jan 10 18:51:48 EST 2012
The branch, master has been updated
via 0609f6e66929595d90540cd70645ea1e5ddc9040 (commit)
via f3b0ddfa1912deac54c1bd8fb4400cc3747bbab1 (commit)
via 9bf8624ad29e3024a52f4234f758b1cc5c4c208c (commit)
from 19d64aa5a8c7f8fc004f22a85ebff191edf8566a (commit)
Summary of changes:
.gitignore | 1 -
CHANGES | 3 +++
META.yml | 31 +++++++++++++++++++++++++++++++
Makefile.PL | 9 ++-------
lib/RTx/Calendar.pm | 2 +-
5 files changed, 37 insertions(+), 9 deletions(-)
create mode 100644 META.yml
- Log -----------------------------------------------------------------
commit 9bf8624ad29e3024a52f4234f758b1cc5c4c208c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jan 10 18:50:01 2012 -0500
start tracking META
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..5762cf8
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,29 @@
+---
+abstract: 'Calendar view'
+author:
+ - 'Nicolas Chuche <nchuche at barna.be>'
+ - 'Nicolas Chuche <nchuche at barna.be>'
+build_requires:
+ ExtUtils::MakeMaker: 6.36
+configure_requires:
+ ExtUtils::MakeMaker: 6.36
+distribution_type: module
+dynamic_config: 1
+generated_by: 'Module::Install version 1.04'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: RTx-Calendar
+no_index:
+ directory:
+ - html
+ - inc
+requires:
+ Data::ICal: 0
+ Date::ICal: 0
+ DateTime: 0
+ DateTime::Set: 0
+resources:
+ license: http://dev.perl.org/licenses/
+version: 0.09
commit f3b0ddfa1912deac54c1bd8fb4400cc3747bbab1
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jan 10 18:50:23 2012 -0500
Tell PAUSE not to index RT::Interface::Web::Menu
Also clean out some unused code and start tracking META
diff --git a/.gitignore b/.gitignore
index 9fa3da7..1768fcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-META.yml
MANIFEST
blib*
Makefile
diff --git a/META.yml b/META.yml
index 5762cf8..23dc283 100644
--- a/META.yml
+++ b/META.yml
@@ -19,6 +19,8 @@ no_index:
directory:
- html
- inc
+ package:
+ - RT::Interface::Web::Menu
requires:
Data::ICal: 0
Date::ICal: 0
diff --git a/Makefile.PL b/Makefile.PL
index ca0a633..e2d9432 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,11 +11,6 @@ requires 'DateTime::Set' => 0;
requires 'Data::ICal' => 0;
requires 'Date::ICal' => 0;
-WriteAll();
+no_index(package => 'RT::Interface::Web::Menu');
-sub MY::postamble {
- package MY;
- "\npredist: all\n" .
- "\tpod2readme lib/RTx/Calendar.pm > README\n".
- "\tgit log > ChangeLog\n"
-}
+WriteAll();
commit 0609f6e66929595d90540cd70645ea1e5ddc9040
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jan 10 18:51:09 2012 -0500
Bump to 0.10
diff --git a/CHANGES b/CHANGES
index f74962c..5d3a285 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Changes for 0.10
+ * packaging tweak
+
Changes for 0.09
* RT 4 compatibility
diff --git a/META.yml b/META.yml
index 23dc283..912f31e 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
DateTime::Set: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.09
+version: 0.10
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 469a720..06c2fff 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
use DateTime;
use DateTime::Set;
-our $VERSION = "0.09";
+our $VERSION = "0.10";
sub FirstMonday {
my ($year, $month) = (shift, shift);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list