--- /dev/null
+
+# etc/
+etc/*_local*
+
+# test/
+test/*
+
+# tmp/
+tmp/*
--- /dev/null
+[submodule "submodule/perl-common"]
+ path = submodule/perl-common
+ url = ssh://helga.brehm-online.com/var/lib/git/my-stuff/perl.git
#!/usr/bin/perl
-# $Id$
-# $URL$
-
use strict;
use warnings;
#
# partielle lokale Änderungen können in einer 'config_local.yml' vorgenommen werden
#
-# $Id$
-# $URL$
-#
---
# Produktionsstatus: Darf nur 'prod', 'test' oder 'dev' annehmen.
#production_state: prod
# Diese Konfiguration kann von einer log4perl_local.conf überschrieben werden.
# (Kein Merging! - Siehe Log::Log4perl zu Details der Konfiguration)
#
-# $Id$
-# $URL$
-#
##############################################################################
# Root-Logger
--- /dev/null
+../../submodule/perl-common/lib/FrBr/Common
\ No newline at end of file
package FrBr::Postfix::App;
-# $Id$
-# $URL$
-
=head1 NAME
FrBr::Postfix::App
# Versionitis
-my $Revis = <<'ENDE';
- $Revision$
-ENDE
-$Revis =~ s/^.*:\s*(\S+)\s*\$.*/$1/s;
-
-use version; our $VERSION = qv("0.10.1"); $VERSION .= " r" . $Revis;
+use version; our $VERSION = qv("0.10.2");
############################################################################
package FrBr::Postfix::Db;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::Alias;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::Canonical;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::Domain;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::RecipientBcc;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::Relocated;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::SenderBcc;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::Transport;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::User;
-# $Id$
-# $URL$
-
use strict;
use warnings;
package FrBr::Postfix::Db::Result::Virtual;
-# $Id$
-# $URL$
-
use strict;
use warnings;
--- /dev/null
+Subproject commit 6f3e7c4955dc96d72fac621eecb797465def518c