Skip to content

Commit

Permalink
add VERSION directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Jan 12, 2012
1 parent b80795e commit c6f2a2d
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Bio/DB/EUtilities.pm
Expand Up @@ -192,6 +192,8 @@ preceded with a _
# Let the code begin...

package Bio::DB::EUtilities;
# VERSION

use strict;
use Bio::Tools::EUtilities::EUtilParameters;
use Bio::Tools::EUtilities;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities.pm
Expand Up @@ -164,6 +164,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/EUtilDataI.pm
Expand Up @@ -97,6 +97,8 @@ preceded with a _
=cut

package Bio::Tools::EUtilities::EUtilDataI;
# VERSION

use strict;
use warnings;
use Text::Wrap qw(wrap);
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/EUtilParameters.pm
Expand Up @@ -105,6 +105,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::EUtilParameters;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/History.pm
Expand Up @@ -92,6 +92,8 @@ methods are usually preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::History;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/HistoryI.pm
Expand Up @@ -92,6 +92,8 @@ methods are usually preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::HistoryI;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Info.pm
Expand Up @@ -142,6 +142,8 @@ methods are usually preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Info;
# VERSION


use strict;
use warnings;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Info/FieldInfo.pm
Expand Up @@ -105,6 +105,8 @@ methods are usually preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Info::FieldInfo;
# VERSION

use base qw(Bio::Root::Root Bio::Tools::EUtilities::EUtilDataI);
use strict;
use warnings;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Info/LinkInfo.pm
Expand Up @@ -83,6 +83,8 @@ methods are usually preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Info::LinkInfo;
# VERSION


use base qw(Bio::Root::Root Bio::Tools::EUtilities::EUtilDataI);
use strict;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Link.pm
Expand Up @@ -73,6 +73,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Link;
# VERSION

use strict;
use warnings;
use Data::Dumper;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Link/LinkSet.pm
Expand Up @@ -72,6 +72,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Link::LinkSet;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Link/UrlLink.pm
Expand Up @@ -72,6 +72,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Link::UrlLink;
# VERSION


use base qw(Bio::Root::Root Bio::Tools::EUtilities::EUtilDataI);
use Data::Dumper;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Query.pm
Expand Up @@ -87,6 +87,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Query;
# VERSION

use strict;
use warnings;
use Bio::Tools::EUtilities::Query::GlobalQuery;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Query/GlobalQuery.pm
Expand Up @@ -83,6 +83,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Query::GlobalQuery;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Summary.pm
Expand Up @@ -91,6 +91,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Summary;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Summary/DocSum.pm
Expand Up @@ -86,6 +86,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Summary::DocSum;
# VERSION


use strict;
use warnings;
Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Summary/Item.pm
Expand Up @@ -102,6 +102,8 @@ preceded with a _
# Let the code begin...

package Bio::Tools::EUtilities::Summary::Item;
# VERSION

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Bio/Tools/EUtilities/Summary/ItemContainerI.pm
Expand Up @@ -89,6 +89,8 @@ preceded with a _
=cut

package Bio::Tools::EUtilities::Summary::ItemContainerI;
# VERSION

use strict;
use warnings;

Expand Down

0 comments on commit c6f2a2d

Please sign in to comment.