Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Apr 10, 2011
1 parent c1463c3 commit fde43bc
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "Labyrinth::Plugin::Event",
"version": "1.00",
"version": "1.01",
"abstract": "Events plugin for the Labyrinth framework",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -45,23 +45,23 @@
"provides": {
"Labyrinth::Plugin::Event": {
"file": "lib/Labyrinth/Plugin/Event.pm",
"version": "1.00"
"version": "1.01"
},
"Labyrinth::Plugin::Event::Sponsors": {
"file": "lib/Labyrinth/Plugin/Event/Sponsors.pm",
"version": "1.00"
"version": "1.01"
},
"Labyrinth::Plugin::Event::Talks": {
"file": "lib/Labyrinth/Plugin/Event/Talks.pm",
"version": "1.00"
"version": "1.01"
},
"Labyrinth::Plugin::Event::Types": {
"file": "lib/Labyrinth/Plugin/Event/Types.pm",
"version": "1.00"
"version": "1.01"
},
"Labyrinth::Plugin::Event::Venues": {
"file": "lib/Labyrinth/Plugin/Event/Venues.pm",
"version": "1.00"
"version": "1.01"
}
},
"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.00
version: 1.01
abstract: Events plugin for the Labyrinth framework
author:
- Barbie <barbie@cpan.org>
Expand All @@ -26,19 +26,19 @@ build_requires:
provides:
Labyrinth::Plugin::Event:
file: lib/Labyrinth/Plugin/Event.pm
version: 1.00
version: 1.01
Labyrinth::Plugin::Event::Sponsors:
file: lib/Labyrinth/Plugin/Event/Sponsors.pm
version: 1.00
version: 1.01
Labyrinth::Plugin::Event::Talks:
file: lib/Labyrinth/Plugin/Event/Talks.pm
version: 1.00
version: 1.01
Labyrinth::Plugin::Event::Types:
file: lib/Labyrinth/Plugin/Event/Types.pm
version: 1.00
version: 1.01
Labyrinth::Plugin::Event::Venues:
file: lib/Labyrinth/Plugin/Event/Venues.pm
version: 1.00
version: 1.01

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.00';
$VERSION = '1.01';

=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.00';
$VERSION = '1.01';

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

use vars qw($VERSION);
$VERSION = '1.00';
$VERSION = '1.01';

=head1 NAME
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.00';
$VERSION = '1.01';

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

use vars qw($VERSION);
$VERSION = '1.00';
$VERSION = '1.01';

=head1 NAME
Expand Down

0 comments on commit fde43bc

Please sign in to comment.