-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (20 loc) · 655 Bytes
/
README
File metadata and controls
32 lines (20 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Versionify-Dispatch version 0.2.4
This module is designed to allow a version friendly approach to dispatching
function calls. One possible use of this is in an API situation, where the
behaviour of functionality with a similar purpose may change over time.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
DEPENDENCIES
Moose
MooseX::FollowPBP
Sort::Versions
Build/testing Dependencies
Test::More
COPYRIGHT AND LICENCE
Copyright (C) 2009, Glenn Fowler
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.