From: Frank Brehm Date: Thu, 27 Oct 2011 21:30:58 +0000 (+0200) Subject: Removed Subversion Keywords X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=f345ed78765dbd47e6dc2e5f96e91e90efec5c0a;p=books.git Removed Subversion Keywords --- diff --git a/lib/FrBr/Books.pm b/lib/FrBr/Books.pm index c40e2ae..5fd0f8c 100644 --- a/lib/FrBr/Books.pm +++ b/lib/FrBr/Books.pm @@ -1,8 +1,5 @@ package FrBr::Books; -# $Id$ -# $URL$ - use strict; use warnings; @@ -54,10 +51,6 @@ use Catalyst qw/ /; our $VERSION = '0.4'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} # Configure the application. # diff --git a/lib/FrBr/Books/Plugin/Author.pm b/lib/FrBr/Books/Plugin/Author.pm index 460db96..5d177ff 100644 --- a/lib/FrBr/Books/Plugin/Author.pm +++ b/lib/FrBr/Books/Plugin/Author.pm @@ -1,18 +1,11 @@ package FrBr::Books::Plugin::Author; -# $Id$ -# $URL$ - use strict; use warnings; use FrBr::Common; our $VERSION = '0.2'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head1 NAME diff --git a/lib/FrBr/Books/Plugin/Bindungsart.pm b/lib/FrBr/Books/Plugin/Bindungsart.pm index 2ef5250..dd372c2 100644 --- a/lib/FrBr/Books/Plugin/Bindungsart.pm +++ b/lib/FrBr/Books/Plugin/Bindungsart.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Bindungsart; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.2'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} # &get_bindungsarten_list diff --git a/lib/FrBr/Books/Plugin/Book.pm b/lib/FrBr/Books/Plugin/Book.pm index 9a499da..b332fa6 100644 --- a/lib/FrBr/Books/Plugin/Book.pm +++ b/lib/FrBr/Books/Plugin/Book.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Book; -# $Id$ -# $URL$ - use strict; use warnings; @@ -11,10 +8,6 @@ use Readonly; use FrBr::Common; our $VERSION = '0.2'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} #----------------------------------------------------------------------------------- diff --git a/lib/FrBr/Books/Plugin/BookAdd.pm b/lib/FrBr/Books/Plugin/BookAdd.pm index 2663b70..d20b5a0 100644 --- a/lib/FrBr/Books/Plugin/BookAdd.pm +++ b/lib/FrBr/Books/Plugin/BookAdd.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::BookAdd; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.1'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} #--------------------------------------------------------------------------- diff --git a/lib/FrBr/Books/Plugin/Category.pm b/lib/FrBr/Books/Plugin/Category.pm index 7541ad4..45ce9ae 100644 --- a/lib/FrBr/Books/Plugin/Category.pm +++ b/lib/FrBr/Books/Plugin/Category.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Category; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.3'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head1 NAME diff --git a/lib/FrBr/Books/Plugin/ConfigLoader.pm b/lib/FrBr/Books/Plugin/ConfigLoader.pm index a7600b8..4f1d106 100644 --- a/lib/FrBr/Books/Plugin/ConfigLoader.pm +++ b/lib/FrBr/Books/Plugin/ConfigLoader.pm @@ -1,16 +1,9 @@ package FrBr::Books::Plugin::ConfigLoader; -# $Id$ -# $URL$ - use base "Catalyst::Plugin::ConfigLoader"; use FrBr::Common; our $VERSION = '0.3'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} #--------------------------------------------------------------------------- diff --git a/lib/FrBr/Books/Plugin/Locks.pm b/lib/FrBr/Books/Plugin/Locks.pm index 1164757..a995958 100644 --- a/lib/FrBr/Books/Plugin/Locks.pm +++ b/lib/FrBr/Books/Plugin/Locks.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Locks; -# $Id$ -# $URL$ - =head1 NAME FrBr::Books::Plugin::Locks @@ -22,10 +19,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.2'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} #----------------------------------------------------------------------------------- diff --git a/lib/FrBr/Books/Plugin/Ort.pm b/lib/FrBr/Books/Plugin/Ort.pm index 41d9a84..42ce67d 100644 --- a/lib/FrBr/Books/Plugin/Ort.pm +++ b/lib/FrBr/Books/Plugin/Ort.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Ort; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.3'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head1 NAME diff --git a/lib/FrBr/Books/Plugin/Serie.pm b/lib/FrBr/Books/Plugin/Serie.pm index 670c7c5..b103f98 100644 --- a/lib/FrBr/Books/Plugin/Serie.pm +++ b/lib/FrBr/Books/Plugin/Serie.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Serie; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.3'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head1 NAME diff --git a/lib/FrBr/Books/Plugin/User.pm b/lib/FrBr/Books/Plugin/User.pm index d7c8aef..271af81 100644 --- a/lib/FrBr/Books/Plugin/User.pm +++ b/lib/FrBr/Books/Plugin/User.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::User; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use FrBr::Common; use YAML; our $VERSION = '0.2'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head1 NAME diff --git a/lib/FrBr/Books/Plugin/Verlag.pm b/lib/FrBr/Books/Plugin/Verlag.pm index b3910b3..632acbe 100644 --- a/lib/FrBr/Books/Plugin/Verlag.pm +++ b/lib/FrBr/Books/Plugin/Verlag.pm @@ -1,8 +1,5 @@ package FrBr::Books::Plugin::Verlag; -# $Id$ -# $URL$ - use strict; use warnings; @@ -10,10 +7,6 @@ use Carp qw/croak/; use FrBr::Common; our $VERSION = '0.3'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head1 NAME diff --git a/lib/FrBr/Books/Plugin/Waehrung.pm b/lib/FrBr/Books/Plugin/Waehrung.pm index d146637..ee31544 100644 --- a/lib/FrBr/Books/Plugin/Waehrung.pm +++ b/lib/FrBr/Books/Plugin/Waehrung.pm @@ -1,18 +1,11 @@ package FrBr::Books::Plugin::Waehrung; -# $Id$ -# $URL$ - use strict; use warnings; use FrBr::Common; -our $VERSION = '0.02'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} +our $VERSION = '0.2'; =head1 NAME diff --git a/lib/FrBr/Books/Plugin/WebPath.pm b/lib/FrBr/Books/Plugin/WebPath.pm index 8b474f1..6dab2fb 100644 --- a/lib/FrBr/Books/Plugin/WebPath.pm +++ b/lib/FrBr/Books/Plugin/WebPath.pm @@ -1,18 +1,11 @@ package FrBr::Books::Plugin::WebPath; -# $Id$ -# $URL$ - use strict; use warnings; use Carp qw/croak/; our $VERSION = '0.02'; -{ - my ($rev) = '$Revision$' =~ /(\d+)/; - $VERSION = sprintf( $VERSION . ".%d", $rev ); -} =head2 web_path diff --git a/lib/FrBr/Common.pm b/lib/FrBr/Common.pm index 31ea1fb..19a1299 100644 --- a/lib/FrBr/Common.pm +++ b/lib/FrBr/Common.pm @@ -1,8 +1,5 @@ package FrBr::Common; -# $Id: Common.pm 5 2007-08-07 17:27:37Z frank $ -# $URL$ - =head1 NAME FrBr::Common @@ -49,11 +46,7 @@ our $AUTHOR = 'Frank Brehm '; our $env_home_name = 'FRBR_HOME'; -my $Revis = <<'ENDE'; - $Revision$ -ENDE -$Revis =~ s/^.*:\s*(\S+)\s*\$.*/$1/s; -our $VERSION = $FRBR_VERSION . "." . $Revis; +our $VERSION = $FRBR_VERSION; my $verbose = 0; my $mark = 'CookBook';