Skip to content

Commit

Permalink
version upped
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed May 5, 2013
1 parent 37f37d6 commit 95cc24e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 18 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Changes for the Labyrinth-Plugin-Events

1.03 2013-05-05
- change file dates changed to meet W3CDTF standards.
- test suite update.
- added LICENSE file.
Expand Down
12 changes: 6 additions & 6 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "Labyrinth::Plugin::Event",
"version": "1.02",
"version": "1.03",
"abstract": "Event plugin for the Labyrinth framework",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -47,23 +47,23 @@
"provides": {
"Labyrinth::Plugin::Event": {
"file": "lib/Labyrinth/Plugin/Event.pm",
"version": "1.02"
"version": "1.03"
},
"Labyrinth::Plugin::Event::Sponsors": {
"file": "lib/Labyrinth/Plugin/Event/Sponsors.pm",
"version": "1.02"
"version": "1.03"
},
"Labyrinth::Plugin::Event::Talks": {
"file": "lib/Labyrinth/Plugin/Event/Talks.pm",
"version": "1.02"
"version": "1.03"
},
"Labyrinth::Plugin::Event::Types": {
"file": "lib/Labyrinth/Plugin/Event/Types.pm",
"version": "1.02"
"version": "1.03"
},
"Labyrinth::Plugin::Event::Venues": {
"file": "lib/Labyrinth/Plugin/Event/Venues.pm",
"version": "1.02"
"version": "1.03"
}
},
"no_index": {
Expand Down
12 changes: 6 additions & 6 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Labyrinth::Plugin::Event
version: 1.02
version: 1.03
abstract: Event plugin for the Labyrinth framework
author:
- Barbie <barbie@cpan.org>
Expand All @@ -27,19 +27,19 @@ build_requires:
provides:
Labyrinth::Plugin::Event:
file: lib/Labyrinth/Plugin/Event.pm
version: 1.02
version: 1.03
Labyrinth::Plugin::Event::Sponsors:
file: lib/Labyrinth/Plugin/Event/Sponsors.pm
version: 1.02
version: 1.03
Labyrinth::Plugin::Event::Talks:
file: lib/Labyrinth/Plugin/Event/Talks.pm
version: 1.02
version: 1.03
Labyrinth::Plugin::Event::Types:
file: lib/Labyrinth/Plugin/Event/Types.pm
version: 1.02
version: 1.03
Labyrinth::Plugin::Event::Venues:
file: lib/Labyrinth/Plugin/Event/Venues.pm
version: 1.02
version: 1.03

no_index:
directory:
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Event.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.02';
$VERSION = '1.03';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Event/Sponsors.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.02';
$VERSION = '1.03';

=head1 NAME
Expand Down
5 changes: 3 additions & 2 deletions lib/Labyrinth/Plugin/Event/Talks.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.02';
$VERSION = '1.03';

=head1 NAME
Expand Down Expand Up @@ -82,6 +82,8 @@ Delete a talk.
=item EventSelect
Provides a dropdown list of events available.
=back
=cut
Expand Down Expand Up @@ -176,7 +178,6 @@ sub EventSelect {
DropDownRows($opt,'eventid','id','value',@list);
}


1;

__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Event/Types.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.02';
$VERSION = '1.03';

=head1 NAME
Expand Down
4 changes: 3 additions & 1 deletion lib/Labyrinth/Plugin/Event/Venues.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.02';
$VERSION = '1.03';

=head1 NAME
Expand Down Expand Up @@ -77,6 +77,8 @@ my $LEVEL = ADMIN;
=item Current
Current list of venues for events.
=back
=cut
Expand Down

0 comments on commit 95cc24e

Please sign in to comment.