Skip to content

Commit

Permalink
Released 0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Doherty committed Nov 2, 2012
1 parent 673a0dc commit 3afe155
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -14,7 +14,7 @@ my %module_build_args = (
"configure_requires" => { "configure_requires" => {
"Module::Build" => "0.3601" "Module::Build" => "0.3601"
}, },
"dist_abstract" => "a set of Plucene backends for indexing Microsoft Office formats", "dist_abstract" => "an unmaintained set of Plucene backends for indexing Microsoft Office formats",
"dist_author" => [ "dist_author" => [
"Sopan Shewale <sopan.shewale\@gmail.com>", "Sopan Shewale <sopan.shewale\@gmail.com>",
"Mike Doherty <doherty\@pythian.com>" "Mike Doherty <doherty\@pythian.com>"
Expand Down
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl module {{$dist->name}} Revision history for Perl module {{$dist->name}}


{{$NEXT}} {{$NEXT}}

0.001 2012-11-02
- First release to CPAN - First release to CPAN
- Original codebase by Sopan Shewale <sopan.shewale@gmail.com> - Original codebase by Sopan Shewale <sopan.shewale@gmail.com>
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -9,7 +9,7 @@ use ExtUtils::MakeMaker 6.30;




my %WriteMakefileArgs = ( my %WriteMakefileArgs = (
"ABSTRACT" => "a set of Plucene backends for indexing Microsoft Office formats", "ABSTRACT" => "an unmaintained set of Plucene backends for indexing Microsoft Office formats",
"AUTHOR" => "Sopan Shewale <sopan.shewale\@gmail.com>, Mike Doherty <doherty\@pythian.com>", "AUTHOR" => "Sopan Shewale <sopan.shewale\@gmail.com>, Mike Doherty <doherty\@pythian.com>",
"BUILD_REQUIRES" => { "BUILD_REQUIRES" => {
"File::Find" => 0, "File::Find" => 0,
Expand Down
6 changes: 4 additions & 2 deletions README
@@ -1,6 +1,6 @@
NAME NAME
Plucene::SearchEngine::Index::MSOffice - a set of Plucene backends for Plucene::SearchEngine::Index::MSOffice - an unmaintained set of Plucene
indexing Microsoft Office formats backends for indexing Microsoft Office formats


VERSION VERSION
version 0.001 version 0.001
Expand All @@ -9,6 +9,8 @@ DESCRIPTION
These plugins provide indexing capabilities for Microsoft Office formats These plugins provide indexing capabilities for Microsoft Office formats
(doc, ppt, xls). (doc, ppt, xls).


This code is not currently actively maintained.

AVAILABILITY AVAILABILITY
The latest version of this module is available from the Comprehensive The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
Expand Down
4 changes: 3 additions & 1 deletion README.mkdn
@@ -1,6 +1,6 @@
# NAME # NAME


Plucene::SearchEngine::Index::MSOffice - a set of Plucene backends for indexing Microsoft Office formats Plucene::SearchEngine::Index::MSOffice - an unmaintained set of Plucene backends for indexing Microsoft Office formats


# VERSION # VERSION


Expand All @@ -10,6 +10,8 @@ version 0.001


These plugins provide indexing capabilities for Microsoft Office formats (doc, ppt, xls). These plugins provide indexing capabilities for Microsoft Office formats (doc, ppt, xls).


__This code is not currently actively maintained.__

# AVAILABILITY # AVAILABILITY


The latest version of this module is available from the Comprehensive Perl The latest version of this module is available from the Comprehensive Perl
Expand Down

0 comments on commit 3afe155

Please sign in to comment.