Skip to content

Commit

Permalink
Change package names.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdybedahl committed Mar 13, 2015
1 parent 8f198a0 commit a7ffd56
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Config.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package BackendConfig;
package Zonemaster::WebBackend::Config;
our $VERSION = '1.0.1';

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ZonemasterDB;
package Zonemaster::WebBackend::DB;

our $VERSION = '1.0.1';

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/CouchDB.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ZonemasterDB::CouchDB;
package Zonemaster::WebBackend::DB::CouchDB;

our $VERSION = '1.0.1';

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/MySQL.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ZonemasterDB::MySQL;
package Zonemaster::WebBackend::DB::MySQL;

our $VERSION = '1.0.1';

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/PostgreSQL.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ZonemasterDB::PostgreSQL;
package Zonemaster::WebBackend::DB::PostgreSQL;

our $VERSION = '1.0.1';

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/DB/SQLite.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ZonemasterDB::SQLite;
package Zonemaster::WebBackend::DB::SQLite;

our $VERSION = '1.0.1';

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Engine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Engine;
package Zonemaster::WebBackend::Engine;

our $VERSION = '1.0.1';

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Runner.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Runner;
package Zonemaster::WebBackend::Runner;
our $VERSION = '1.0.1';

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/WebBackend/Translator.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package BackendTranslator;
package Zonemaster::WebBackend::Translator;

our $VERSION = '1.0.1';

Expand Down

0 comments on commit a7ffd56

Please sign in to comment.