[libterm-shell-perl] 01/05: Imported Upstream version 0.06

gregor herrmann gregoa at debian.org
Fri May 16 16:02:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libterm-shell-perl.

commit 8fdaa387c07129507fa964bb25fcbb29f2e1358d
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 16 17:58:02 2014 +0200

    Imported Upstream version 0.06
---
 Changes           | 29 ++++++++---------------------
 MANIFEST          |  1 +
 META.json         |  8 ++++----
 META.yml          | 28 ++++++++++++++--------------
 Makefile.PL       |  2 +-
 lib/Term/Shell.pm |  4 ++--
 t/cpan-changes.t  | 12 ++++++++++++
 7 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/Changes b/Changes
index afeefce..1c571c4 100644
--- a/Changes
+++ b/Changes
@@ -1,16 +1,19 @@
-0.05  Fri 31 Jan 19:35:34 IST 2014
+0.06    2014-04-10
+    - Consistent versioning (CPANTS).
+
+0.05    2014-01-31
     - Minimum version of perl (CPANTS).
     - Add a LICENSE file (CPANTS).
     - Add t/style-trailing-space.t and remove trailing whitespace.
 
-0.04  Mon  3 Jun 17:38:17 IDT 2013
+0.04    2013-06-03
     - Add an explicit version to Term::Shell::OnScopeLeave.
         - to settle the PAUSE indexer.
     - Convert t/01require.t to Test::More and strict/warnings.
     - Convert t/02default.t to Test::More and strict/warnings.
     - Add "use warnings;" to t/03catchsmry.t .
 
-0.03  Sun 14 Oct 11:03:52 IST 2012
+0.03    2012-10-14
     - Moved test.pl under examples so it won't interfere with the building
     and testing.
         - See https://rt.cpan.org/Public/Bug/Display.html?id=40771
@@ -19,17 +22,15 @@
         - Add t/pod.t .
     - Convert the distribution to Build.PL .
 
-0.02  Fri Feb 23 06:36:03 PST 2007
+0.02    2007-02-24
 	- Fix CPAN bug id 2463: help now unconditionally calls $o->summary()
 
-0.01  Fri Jan 25 12:15:25 PST 2002	@67
+0.01    2002-01-25
 	- Documentation updates
 	- Read the README
 	- Added cmd_prefix() and cmd_suffix()
 	- Reorganized the handlers to make more sense, given the above
 	- Preparing for initial release
-
-0.01  Wed Jan 23 02:46:51 PST 2002	@66
 	- Lots of documentation additions
 	- Added a README
 	- Access to the Term::ReadLine object
@@ -37,31 +38,17 @@
 	  callbacks.
 	- Added a cmd() method, which parses and runs the command-line you
 	  pass in. Used internally by cmdloop().
-
-0.01  Sat Dec 22 19:04:06 PST 2001	@36
 	- Added some more documentation and features to Term::Shell
-
-0.01  Sat Dec 15 00:05:08 PST 2001	@26
 	- Remove 'quit' alias for 'exit' in Term::Shell. Smaller is better.
 	- Changed default prompt to 'shell> '.
 	- Added and documented the prompt_user() method.
 	- Added the prompt_user() method to the interactive test.
-
-0.01  Wed Dec 12 09:31:37 PST 2001	@19
 	- Added the comp_() sub, to override the top-level command-completion
 	  routine.
-
-0.01  Wed Dec 12 09:01:52 PST 2001	@18
 	- Fixed a bug which prevented completion from working
-
-0.01  Wed Dec 12 01:08:48 PST 2001	@17
 	- Added catch_*() methods to catch missing handlers.
 	- Added an example called psh.pl (Perl SHell)
 	- Fixed order of comp_*() handlers to match Term::ReadLine::Perl
-
-0.01  Tue Dec 11 12:18:58 PST 2001	@16
 	- Added tests and documentation. Needs more doc.
-
-0.01  Mon Dec 10 10:08:54 PST 2001	@14
 	- Adding initial version of Term::Shell to the repository. Needs
 	  documentation.
diff --git a/MANIFEST b/MANIFEST
index eb653ff..bcbf3cb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -15,5 +15,6 @@ scripts/bump-version-number.pl
 t/01require.t
 t/02default.t
 t/03catchsmry.t
+t/cpan-changes.t
 t/pod.t
 t/style-trailing-space.t
diff --git a/META.json b/META.json
index 03b791e..506cded 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Shlomi Fish <shlomif at cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.132830",
+   "generated_by" : "Module::Build version 0.4205",
    "keywords" : [
       "console",
       "readline",
@@ -46,11 +46,11 @@
    "provides" : {
       "Term::Shell" : {
          "file" : "lib/Term/Shell.pm",
-         "version" : "0.05"
+         "version" : "0.06"
       },
       "Term::Shell::OnScopeLeave" : {
          "file" : "lib/Term/Shell.pm",
-         "version" : "0.04"
+         "version" : "0.06"
       }
    },
    "release_status" : "stable",
@@ -62,5 +62,5 @@
          "url" : "https://github.com/shlomif/Term-Shell"
       }
    },
-   "version" : "0.05"
+   "version" : "0.06"
 }
diff --git a/META.yml b/META.yml
index 3ae9832..e328a44 100644
--- a/META.yml
+++ b/META.yml
@@ -3,13 +3,13 @@ abstract: 'A simple command-line shell framework.'
 author:
   - 'Shlomi Fish <shlomif at cpan.org>'
 build_requires:
-  Test: 0
-  Test::More: 0
-  vars: 0
+  Test: '0'
+  Test::More: '0'
+  vars: '0'
 configure_requires:
-  Module::Build: 0
+  Module::Build: '0'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.140640'
 keywords:
   - console
   - readline
@@ -19,22 +19,22 @@ keywords:
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Term-Shell
 provides:
   Term::Shell:
     file: lib/Term/Shell.pm
-    version: 0.05
+    version: '0.06'
   Term::Shell::OnScopeLeave:
     file: lib/Term/Shell.pm
-    version: 0.04
+    version: '0.06'
 requires:
-  Data::Dumper: 0
-  Term::ReadLine: 0
-  perl: 5.008
-  strict: 0
-  warnings: 0
+  Data::Dumper: '0'
+  Term::ReadLine: '0'
+  perl: '5.008'
+  strict: '0'
+  warnings: '0'
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/shlomif/Term-Shell
-version: 0.05
+version: '0.06'
diff --git a/Makefile.PL b/Makefile.PL
index 4945cea..d8f7e93 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4007
+# Note: this file was auto-generated by Module::Build::Compat version 0.4205
 require 5.008;
 use ExtUtils::MakeMaker;
 WriteMakefile
diff --git a/lib/Term/Shell.pm b/lib/Term/Shell.pm
index 9a590a7..5952f6f 100644
--- a/lib/Term/Shell.pm
+++ b/lib/Term/Shell.pm
@@ -10,7 +10,7 @@ use Term::ReadLine;
 
 use vars qw($VERSION);
 
-$VERSION = '0.05';
+$VERSION = '0.06';
 
 #=============================================================================
 # Term::Shell API methods
@@ -915,7 +915,7 @@ package Term::Shell::OnScopeLeave;
 
 use vars qw($VERSION);
 
-$VERSION = '0.04';
+$VERSION = '0.06';
 
 sub new {
     return bless [@_[1 .. $#_]], ref($_[0]) || $_[0];
diff --git a/t/cpan-changes.t b/t/cpan-changes.t
new file mode 100644
index 0000000..5ec3b98
--- /dev/null
+++ b/t/cpan-changes.t
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+eval 'use Test::CPAN::Changes';
+plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
+
+changes_ok();
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-shell-perl.git



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