Skip to content

Commit

Permalink
import Test-Smoke 1.19_72 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Test-Smoke
git-cpan-version:  1.19_72
git-cpan-authorid: ABELTJE
git-cpan-file:     authors/id/A/AB/ABELTJE/snapdir/Test-Smoke-1.19_72.tar.gz
  • Loading branch information
abeltje authored and schwern committed Dec 13, 2009
1 parent cd0b93b commit 1436d4e
Show file tree
Hide file tree
Showing 7 changed files with 2,555 additions and 9 deletions.
21 changes: 21 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ The filelists have a short symbolic indicator:

Enjoy!
___________________________________________________________________________
[ 877] By: abeltje on 2005-07-23 13:37:18 +0200
Log: * Prepare new snapshot: 1.19_72
Url: http://source.Test-Smoke.org/svn/Test-Smoke
! /Test-Smoke/lib/Test/Smoke.pm
___________________________________________________________________________
[ 876] By: abeltje on 2005-07-21 20:37:50 +0200
Log: * [CHANGE]
+ Add gccmsg.* to the distro
* make t/reporter.t work with these new files
Url: http://source.Test-Smoke.org/svn/Test-Smoke
- /Test-Smoke/t/darwin.log, /Test-Smoke/t/darwin.out
! /Test-Smoke/MANIFEST, /Test-Smoke/t/reporter.t
!> /Test-Smoke/t/gccmsg.log =(/Test-Smoke/t/darwin.log:846),
/Test-Smoke/t/gccmsg.out =(/Test-Smoke/t/darwin.out:848)
___________________________________________________________________________
[ 874] By: abeltje on 2005-07-21 19:01:47 +0200
Log: * [AUTOCOMMIT]
* Regenerate 'Changes'
Url: http://source.Test-Smoke.org/svn/Test-Smoke
! /Test-Smoke/Changes
___________________________________________________________________________
[ 873] By: abeltje on 2005-07-21 18:54:14 +0200
Log: * Prepare for a snapshot
Url: http://source.Test-Smoke.org/svn/Test-Smoke
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MANIFEST $Id: MANIFEST 857 2005-05-01 20:48:21Z abeltje $
MANIFEST $Id: MANIFEST 876 2005-07-21 18:37:50Z abeltje $
README
ReleaseNotes
Changes
Expand Down Expand Up @@ -64,6 +64,8 @@ t/tree.t
t/ts_config.t
t/util_times.t
t/vms_rl.t
t/gccmsg.log
t/gccmsg.out
t/win32/Makefile
t/win32/makefile.mk
t/ftppub/bugtst01.out
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Test-Smoke
version: 1.19_71
version: 1.19_72
version_from: lib/Test/Smoke.pm
installdirs: site
requires:
Expand Down
8 changes: 4 additions & 4 deletions lib/Test/Smoke.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package Test::Smoke;
use strict;

# $Id: Smoke.pm 873 2005-07-21 16:54:14Z abeltje $
# $Id: Smoke.pm 877 2005-07-23 11:37:18Z abeltje $
use vars qw( $VERSION $REVISION $conf @EXPORT );
$VERSION = '1.19_71';
$VERSION = '1.19_72';
$REVISION = __get_ts_patchlevel();

use base 'Exporter';
Expand Down Expand Up @@ -182,7 +182,7 @@ use FindBin;
use File::Spec::Functions;

sub __get_ts_patchlevel {
my( $rev ) = q$Rev: 873 $ =~ /(\d+)/;
my( $rev ) = q$Rev: 877 $ =~ /(\d+)/;
my $dotpatch = catfile $FindBin::Bin, '.patch';
local *DOTPATCH;
open DOTPATCH, "< $dotpatch" or return $rev;
Expand All @@ -197,7 +197,7 @@ sub __get_ts_patchlevel {
=head1 REVISION
$Id: Smoke.pm 873 2005-07-21 16:54:14Z abeltje $
$Id: Smoke.pm 877 2005-07-23 11:37:18Z abeltje $
=head1 COPYRIGHT
Expand Down
Loading

0 comments on commit 1436d4e

Please sign in to comment.