Skip to content

Commit

Permalink
upped versions and fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Feb 24, 2011
1 parent b0cf29c commit 0017153
Show file tree
Hide file tree
Showing 18 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes for the Labyrinth Core Plugins

5.05 current
5.05 24/02/2011
- update Articles to better support limit, stop and order from plugins.

5.04 04/01/2011
Expand Down
32 changes: 16 additions & 16 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Labyrinth::Plugin::Core",
"version": "5.04",
"version": "5.05",
"abstract": "Labyrinth Website Management Framework Core Plugins",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"runtime" : {
"requires" : {
"Labyrinth": "5.01",
"Labyrinth": "5.03",

"Clone": "0",
"Config::IniFiles": "0",
Expand All @@ -51,59 +51,59 @@
"provides": {
"Labyrinth::Plugin::Articles": {
"file": "lib/Labyrinth/Plugin/Articles.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Articles::Sections": {
"file": "lib/Labyrinth/Plugin/Articles/Sections.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Articles::Site": {
"file": "lib/Labyrinth/plugin/Articles/Site.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Content": {
"file": "lib/Labyrinth/Plugin/Content.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Core": {
"file": "lib/Labyrinth/Plugin/Core.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Folders": {
"file": "lib/Labyrinth/Plugin/Folders.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Groups": {
"file": "lib/Labyrinth/Plugin/Groups.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Hits": {
"file": "lib/Labyrinth/Plugin/Hits.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Images": {
"file": "lib/Labyrinth/Plugin/Images.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Inbox": {
"file": "lib/Labyrinth/Plugin/Inbox.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Menus": {
"file": "lib/Labyrinth/Plugin/Menus.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::News": {
"file": "lib/Labyrinth/Plugin/News.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Users": {
"file": "lib/Labyrinth/Plugin/Users.pm",
"version": "5.04"
"version": "5.05"
},
"Labyrinth::Plugin::Users::Info": {
"file": "lib/Labyrinth/Plugin/Users/Info.pm",
"version": "5.04"
"version": "5.05"
}
},
"no_index": {
Expand Down
48 changes: 24 additions & 24 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Labyrinth::Plugin::Core
version: 5.04
version: 5.05
abstract: Labyrinth Website Management Framework Core Plugins
author:
- Barbie <barbie@cpan.org>
Expand All @@ -10,15 +10,15 @@ distribution_type: module
installdirs: site

requires:
Labyrinth: 5.01
Clone: 0
Time::Local: 0
Image::Size: 0
File::Copy: 0
File::Basename: 0
Digest::MD5: 0
URI::Escape: 0
Config::IniFiles: 0
Labyrinth: 5.03
Clone: 0
Time::Local: 0
Image::Size: 0
File::Copy: 0
File::Basename: 0
Digest::MD5: 0
URI::Escape: 0
Config::IniFiles: 0
recommends:
Test::More: 0.70
Test::Pod: 1.00
Expand All @@ -31,46 +31,46 @@ build_requires:
provides:
Labyrinth::Plugin::Articles:
file: lib/Labyrinth/Plugin/Articles.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Articles::Sections:
file: lib/Labyrinth/Plugin/Articles/Sections.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Articles::Site:
file: lib/Labyrinth/Plugin/Articles/Site.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Content:
file: lib/Labyrinth/Plugin/Content.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Core:
file: lib/Labyrinth/Plugin/Core.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Folders:
file: lib/Labyrinth/Plugin/Folders.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Groups:
file: lib/Labyrinth/Plugin/Groups.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Hits:
file: lib/Labyrinth/Plugin/Hits.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Images:
file: lib/Labyrinth/Plugin/Images.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Inbox:
file: lib/Labyrinth/Plugin/Inbox.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Menus:
file: lib/Labyrinth/Plugin/Menus.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::News:
file: lib/Labyrinth/Plugin/News.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Users:
file: lib/Labyrinth/Plugin/Users.pm
version: 5.04
version: 5.05
Labyrinth::Plugin::Users::Info:
file: lib/Labyrinth/Plugin/Users/Info.pm
version: 5.04
version: 5.05

no_index:
directory:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WriteMakefile(
NAME => 'Labyrinth::Plugin::Core',
VERSION_FROM => 'lib/Labyrinth/Plugin/Core.pm',
PREREQ_PM => {
'Labyrinth' => '5.01',
'Labyrinth' => '5.03',

'Clone' => 0,
'Time::Local' => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Articles.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Articles;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Articles/Sections.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION $ALLSQL $SECTIONID);
$VERSION = '5.04';
$VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Articles/Site.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Articles::Site;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Content.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Content;
use strict;
use warnings;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Core;
use warnings;
use strict;

our $VERSION = '5.04';
our $VERSION = '5.05';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Folders.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Folders;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Groups.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Groups;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Hits.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Hits;
use strict;
use warnings;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Images.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Images;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Inbox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Inbox;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Menus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Menus;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/News.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::News;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Users.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Users;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Users/Info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Labyrinth::Plugin::Users::Info;
use warnings;
use strict;

my $VERSION = '5.04';
my $VERSION = '5.05';

=head1 NAME
Expand Down

0 comments on commit 0017153

Please sign in to comment.