bye bye github

This commit is contained in:
mynah
2018-07-13 19:06:08 -05:00
commit ee47c30aca
241 changed files with 26451 additions and 0 deletions

15
lib/Dojo/Model/Data.pm Normal file
View File

@@ -0,0 +1,15 @@
package Dojo::Model::Data;
use Dojo::Support qw{ dmph merge_hash load_module };
use Dojo::Conf;
sub new { bless {}, shift };
sub tst{
return {tst=>"this is my rifle"};
}
1;