[SCM] Packaging for padre-plugin-spellcheck branch, master, updated. debian/1.25-1-7-g037ae2f

Dominique Dumont dod at debian.org
Tue Jun 5 18:45:15 UTC 2012


The following commit has been merged in the master branch:
commit aa86d2ef3dae5ae0fb6fa771c587e626a36b134e
Merge: 60a753fe4b623d0593f45d959167e3bcae47b3bf 42af789dfa46541138bdca7d4cd9b98f5eb02332
Author: Dominique Dumont <dod at debian.org>
Date:   Sat May 19 14:31:54 2012 +0200

    Merge tag 'upstream/1.27'
    
    Upstream version 1.27

diff --combined lib/Padre/Plugin/SpellCheck.pm
index 377d017,7b563d2..4f45b97
--- a/lib/Padre/Plugin/SpellCheck.pm
+++ b/lib/Padre/Plugin/SpellCheck.pm
@@@ -1,6 -1,6 +1,6 @@@
  package Padre::Plugin::SpellCheck;
  
- use 5.010;
+ use v5.10;
  use strict;
  use warnings;
  
@@@ -9,7 -9,7 +9,7 @@@ use Padre::Unload ()
  use File::Which   ();
  use Try::Tiny;
  
- our $VERSION = '1.25';
+ our $VERSION = '1.27';
  our @ISA     = 'Padre::Plugin';
  
  # Child modules we need to unload when disabled
@@@ -269,11 -269,11 +269,11 @@@ sub menu_plugins_simple 
  
  =head1 NAME
  
- Padre::Plugin::SpellCheck - Check spelling in Padre The Perl IDE
+ Padre::Plugin::SpellCheck - Check spelling in Padre, The Perl IDE.
  
  =head1 VERSION
  
- version 1.25
+ version 1.27
  
  =head1 DESCRIPTION
  
@@@ -281,7 -281,6 +281,7 @@@ This plug-in allows one to check there 
  C<F7> (standard spelling short-cut across text processors). 
  
  One can change the dictionary language used (based upon install languages) in the preferences window via Plug-in Manager. 
 +Note that preferences can B<only> be setup while the plugin is B<disabled>.
  Preferences are persistent. You need to Save your preferred language.
  
  This plug-in is using C<Text::Aspell> default (legacy). You can also use C<Text::Hunspell>, so check these module's
@@@ -339,7 -338,12 +339,12 @@@ Spell checks the current selection (or 
  
  =back
  
- =head1 BUGS
+ =head1 BUGS and LIMITATIONS
+ 
+ If you upgrade your os, and run Perl from a local/lib, 
+ you may find Hunspell stops showing local dictionary s in preferences, 
+ you will need to un-install Text::Hunspell and re-install in cpan.
+ 
  
  Spell-checking non-ascii files has bugs: the selection does not
  match the word boundaries, and as the spell checks moves further in

-- 
Packaging for padre-plugin-spellcheck



More information about the Pkg-perl-cvs-commits mailing list