[libmarpa-r2-perl] 04/12: Work on utility

Jonas Smedegaard dr at jones.dk
Sat May 17 21:24:05 UTC 2014


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

js pushed a commit to annotated tag Marpa-R2-2.085_002
in repository libmarpa-r2-perl.

commit ed2597f22aa975b75218d1ed45ad5e4e2b7f35b1
Author: Jeffrey Kegler <JKEGL at cpan.org>
Date:   Tue Apr 15 18:56:34 2014 -0700

    Work on utility
---
 bump_version | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/bump_version b/bump_version
index 164fcae..04baa76 100644
--- a/bump_version
+++ b/bump_version
@@ -111,20 +111,6 @@ for my $configure_ac_file (
     print $out $file;
 } ## end for my $configure_ac_file ( qw( cpan/libmarpa/ac/configure.ac...))
 
-{
-    open my $out, '>', 'cpan/libmarpa/public/marpa.h-version';
-    say $out join " ", q{#define MARPA_MAJOR_VERSION}, $libmarpa_major;
-    say $out join " ", q{#define MARPA_MINOR_VERSION}, $libmarpa_minor;
-    say $out join " ", q{#define MARPA_MICRO_VERSION}, $libmarpa_micro;
-    close $out;
-}
-
-{
-    open my $out, '>', 'cpan/libmarpa/public/VERSION';
-    say $out join q{.}, $libmarpa_major, $libmarpa_minor, $libmarpa_micro;
-    close $out;
-}
-
 chdir 'cpan';
 die qq{"perl Build.PL" failed: $!}
     if not IPC::Cmd::run(

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



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