From 00e57331b1c7ef2b1f402f41e1223308e0d8ce61 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 3 Apr 2017 15:04:15 +0200 Subject: initial commit --- lib/AspectC/Repo/Function.pm | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lib/AspectC/Repo/Function.pm (limited to 'lib/AspectC/Repo/Function.pm') diff --git a/lib/AspectC/Repo/Function.pm b/lib/AspectC/Repo/Function.pm new file mode 100644 index 0000000..a7edae2 --- /dev/null +++ b/lib/AspectC/Repo/Function.pm @@ -0,0 +1,55 @@ +package AspectC::Repo::Function; + +use strict; +use warnings; +use 5.020; + +our $VERSION = '0.00'; + +sub new { + my ( $class, %opts ) = @_; + + my $self = {}; + + return bless( $self, $class ); +} + +1; + +__END__ + +=head1 NAME + +=head1 SYNOPSIS + +=head1 VERSION + +version + +=head1 DESCRIPTION + +=head1 METHODS + +=over + +=back + +=head1 DIAGNOSTICS + +=head1 DEPENDENCIES + +=over + +=back + +=head1 BUGS AND LIMITATIONS + +=head1 SEE ALSO + +=head1 AUTHOR + +Copyright (C) 2016 by Daniel Friesel Ederf@finalrewind.orgE + +=head1 LICENSE + + 0. You just DO WHAT THE FUCK YOU WANT TO. -- cgit v1.2.3