The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.travis.yml 011
Changes 03
MANIFEST 01
META.yml 1010
Makefile.PL 33
inc/Module/Install/Base.pm 11
inc/Module/Install/Can.pm 11
inc/Module/Install/Fetch.pm 11
inc/Module/Install/Makefile.pm 11
inc/Module/Install/Metadata.pm 11
inc/Module/Install/Win32.pm 11
inc/Module/Install/WriteAll.pm 11
inc/Module/Install.pm 11
lib/PPIx/EditorTools/FindUnmatchedBrace.pm 04
lib/PPIx/EditorTools/FindVariableDeclaration.pm 04
lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm 04
lib/PPIx/EditorTools/Lexer.pm 04
lib/PPIx/EditorTools/Outline.pm 04
lib/PPIx/EditorTools/RenamePackage.pm 04
lib/PPIx/EditorTools/RenamePackageFromPath.pm 04
lib/PPIx/EditorTools/RenameVariable.pm 04
lib/PPIx/EditorTools/ReturnObject.pm 04
lib/PPIx/EditorTools.pm 11
23 files changed (This is a version diff) 2273
@@ -0,0 +1,11 @@
+branches:
+  except:
+    - gh-pages
+language: perl
+perl:
+  - "5.20"
+#  - "5.18"  # IO::Tty is missing on the Travis server or cannot be installed?
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
@@ -1,5 +1,8 @@
 Revision history for PPIx-EditorTools
 
+0.19 2014.09.03
+    - Update the link to the GitHub repository.
+
 0.18 2012.10.20
 	- Including Module::Install 1.06
 	  http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04
@@ -1,3 +1,4 @@
+.travis.yml
 Changes
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
@@ -9,14 +9,14 @@ build_requires:
   File::Find: 0
   File::Temp: 0
   Test::Differences: 0
-  Test::More: 0.88
+  Test::More: '0.88'
   Test::Most: 0
-  Test::NoWarnings: 0.084
+  Test::NoWarnings: '0.084'
 configure_requires:
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.06'
+generated_by: 'Module::Install version 1.08'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,16 +28,16 @@ no_index:
     - t
 requires:
   Carp: 0
-  Class::XSAccessor: 1.02
+  Class::XSAccessor: '1.02'
   File::Basename: 0
   File::Spec: 0
-  PPI: 1.215
+  PPI: '1.215'
   PPI::Find: 0
-  Try::Tiny: 0.11
-  perl: 5.008005
+  Try::Tiny: '0.11'
+  perl: '5.008005'
 resources:
-  bugtracker: http://padre.perlide.org/trac/
+  bugtracker: https://github.com/szabgab/PPIx-EditorTools/issues
   homepage: http://padre.perlide.org/
   license: http://dev.perl.org/licenses/
-  repository: http://svn.perlide.org/padre/trunk/PPIx-EditorTools/
-version: 0.18
+  repository: https://github.com/szabgab/PPIx-EditorTools
+version: '0.19'
@@ -6,7 +6,7 @@ use 5.008005;
 use strict;
 
 #use lib 'privinc';
-use inc::Module::Install 1.00;
+use inc::Module::Install 1.06;
 
 #use POSIX qw(locale_h);
 
@@ -55,8 +55,8 @@ test_requires 'Test::NoWarnings'  => '0.084';
 
 no_index 'directory' => qw{ t xt eg share inc privinc };
 homepage 'http://padre.perlide.org/';
-bugtracker 'http://padre.perlide.org/trac/';
-repository 'http://svn.perlide.org/padre/trunk/PPIx-EditorTools/';
+bugtracker 'https://github.com/szabgab/PPIx-EditorTools/issues';
+repository 'https://github.com/szabgab/PPIx-EditorTools';
 
 WriteAll;
 
@@ -4,7 +4,7 @@ package Module::Install::Base;
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 }
 
 # Suspend handler for "redefined" warnings
@@ -8,7 +8,7 @@ use Module::Install::Base ();
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -6,7 +6,7 @@ use Module::Install::Base ();
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -8,7 +8,7 @@ use Fcntl qw/:flock :seek/;
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -6,7 +6,7 @@ use Module::Install::Base ();
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -6,7 +6,7 @@ use Module::Install::Base ();
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -6,7 +6,7 @@ use Module::Install::Base ();
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 	@ISA     = qw{Module::Install::Base};
 	$ISCORE  = 1;
 }
@@ -31,7 +31,7 @@ BEGIN {
 	# This is not enforced yet, but will be some time in the next few
 	# releases once we can make sure it won't clash with custom
 	# Module::Install extensions.
-	$VERSION = '1.06';
+	$VERSION = '1.08';
 
 	# Storage for the pseudo-singleton
 	$MAIN    = undef;
@@ -16,6 +16,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::FindUnmatchedBrace - PPI-based unmatched-brace-finder
+
 =head1 SYNOPSIS
 
   my $brace = PPIx::EditorTools::FindUnmatchedBrace->new->find(
@@ -14,6 +14,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::FindVariableDeclaration - inds where a variable was declared using PPI
+
 =head1 SYNOPSIS
 
   # finds declaration of variable at cursor
@@ -19,6 +19,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::IntroduceTemporaryVariable - Introduces a temporary variable using PPI
+
 =head1 SYNOPSIS
 
     my $munged = PPIx::EditorTools::IntroduceTemporaryVariable->new->introduce(
@@ -16,6 +16,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::Lexer - Simple Lexer used for syntax highlighting
+
 =head1 SYNOPSIS
 
   PPIx::EditorTools::Lexer->new->lexer(
@@ -204,6 +204,10 @@ __END__
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::Outline - Collect use pragmata, modules, subroutiones, methods, attributes
+
 =head1 SYNOPSIS
 
   my $outline = PPIx::EditorTools::Outline->new->find(
@@ -18,6 +18,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::RenamePackage - Change the package name
+
 =head1 SYNOPSIS
 
     my $munged = PPIx::EditorTools::RenamePackage->new->rename(
@@ -22,6 +22,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::RenamePackageFromPath -Change the package name based on the files path
+
 =head1 SYNOPSIS
 
     my $munged = PPIx::EditorTools::RenamePackageFromPath->new->rename(
@@ -14,6 +14,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::RenameVariable - Lexically replace a variable name in Perl code
+
 =head1 SYNOPSIS
 
     my $munged = PPIx::EditorTools::RenameVariable->new->rename(
@@ -11,6 +11,10 @@ our $VERSION = '0.18';
 
 =pod
 
+=head1 NAME
+
+PPIx::EditorTools::ReturnObject - Simple object to return values from PPIx::EditorTools
+
 =head1 SYNOPSIS
 
   my $brace = PPIx::EditorTools::FindUnmatchedBrace->new->find(
@@ -12,7 +12,7 @@ use Class::XSAccessor 1.02 constructor => 'new', accessors => {
 use PPI 1.203;
 use PPIx::EditorTools::ReturnObject;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =pod