Skip to content

Commit

Permalink
Incremnted version number to 1.10.0. Timestamped for 1.10.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 5, 2006
1 parent 4372c9b commit fe8d89b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,9 +1,12 @@
Revision history for Perl module Bundle::BricolagePlus.

1.9.1
1.10.0 2006-02-05T03:23:45
- No changes, just updated the version number to correspond with
the latest stable release of Bricolage.

1.9.0 2005-08-17T23:35:49
- Added PHP::Interpreter.
- Removed Text::Levenshtein

1.8.1 2005-03-18T06:04:31
- Updated Template Toolkit required version to 2.14.
Expand Down
13 changes: 9 additions & 4 deletions META.yml
@@ -1,12 +1,17 @@
---
name: Bundle-BricolagePlus
version: 1.9.0
version: 1.10.0
author:
- David Wheeler <david@wheeler.net>
- 'David Wheeler <david@wheeler.net>'
abstract: Optional and Required modules for the Bricolage content management system.
license: perl
resources:
license: http://dev.perl.org/licenses/
provides:
Bundle::BricolagePlus:
file: lib/Bundle/BricolagePlus.pm
version: 1.9.0
generated_by: Module::Build version 0.2702
version: 1.10.0
generated_by: Module::Build version 0.2704
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -17,15 +17,14 @@

# Save this 'cause CPAN will chdir all over the place.
my $cwd = Cwd::cwd();
my $makefile = File::Spec->rel2abs($0);

CPAN::Shell->install('Module::Build::Compat')
or die " *** Cannot install without Module::Build. Exiting ...\n";

chdir $cwd or die "Cannot chdir() back to $cwd: $!";
}
eval "use Module::Build::Compat 0.02; 1" or die $@;
use lib '_build/lib';

Module::Build::Compat->run_build_pl(args => \@ARGV);
require Module::Build;
Module::Build::Compat->write_makefile(build_class => 'Module::Build');
7 changes: 3 additions & 4 deletions README
@@ -1,5 +1,5 @@
Bundle/BricolagePlus version 1.91
==================================
Bundle/BricolagePlus version 1.10.0
===================================

DESCRIPTION

Expand All @@ -25,7 +25,6 @@ Apache::SizeLimit - Because size does matter
Net::FTPServer - A secure, extensible and configurable Perl FTP server
Net::SFTP 0.08 - Secure File Transfer Protocol client
HTTP::DAV - Perl WebDAV Client Library
Text::Levenshtein - An implementation of the Levenshtein edit distance
Crypt::SSLeay - OpenSSL glue that provides LWP https support
Imager - Perl extension for Generating 24 bit Images
Text::Aspell - Perl interface to the GNU Aspell library
Expand All @@ -41,7 +40,7 @@ To install this module type the following as root:

COPYRIGHT AND LICENCE

Copyright (c) 2002-2004, David Wheeler. All Rights Reserved.
Copyright (c) 2002-2006, David Wheeler. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
6 changes: 2 additions & 4 deletions lib/Bundle/BricolagePlus.pm
@@ -1,6 +1,6 @@
package Bundle::BricolagePlus;

our $VERSION = '1.91';
our $VERSION = '1.10.0';

1;
__END__
Expand Down Expand Up @@ -49,8 +49,6 @@ Net::SFTP 0.08 - Secure File Transfer Protocol client
HTTP::DAV - Perl WebDAV Client Library
Text::Levenshtein - An implementation of the Levenshtein edit distance
Crypt::SSLeay - OpenSSL glue that provides LWP https support
Imager - Perl extension for Generating 24 bit Images
Expand All @@ -74,7 +72,7 @@ Bricolage.
=head1 COPYRIGHT AND LICENSE
Copyright (c) 2002-2004, David Wheeler. All Rights Reserved.
Copyright (c) 2002-2006, David Wheeler. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down

0 comments on commit fe8d89b

Please sign in to comment.