Created
November 11, 2016 13:31
-
-
Save nicomen/a0a03376a2e320beb69126998e0eab4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package RG::BackendConfig; | |
use strict; | |
use warnings; | |
use Moo; | |
extends 'RG::Config'; | |
has '+name' => ( is => 'ro', default => 'reisegigantenadmin'); | |
has '+dist' => ( is => 'ro', default => 'Reisegiganten-Backend'); | |
1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment